U2F

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

register
void register(string appId, Sequence!(RegisterRequest) registerRequests, Sequence!(RegisteredKey) registeredKeys, U2FRegisterCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(string appId, Sequence!(RegisterRequest) registerRequests, Sequence!(RegisteredKey) registeredKeys, U2FRegisterCallback callback, Optional!(T4) opt_timeoutSeconds)
Undocumented in source. Be warned that the author may not have intended to support it.
sign
void sign(string appId, string challenge, Sequence!(RegisteredKey) registeredKeys, U2FSignCallback callback, Optional!(T4) opt_timeoutSeconds)
Undocumented in source. Be warned that the author may not have intended to support it.
sign
void sign(string appId, string challenge, Sequence!(RegisteredKey) registeredKeys, U2FSignCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

BAD_REQUEST
enum ushort BAD_REQUEST;
Undocumented in source.
CONFIGURATION_UNSUPPORTED
enum ushort CONFIGURATION_UNSUPPORTED;
Undocumented in source.
DEVICE_INELIGIBLE
enum ushort DEVICE_INELIGIBLE;
Undocumented in source.
OK
enum ushort OK;
Undocumented in source.
OTHER_ERROR
enum ushort OTHER_ERROR;
Undocumented in source.
TIMEOUT
enum ushort TIMEOUT;
Undocumented in source.
handle
JsHandle handle;
Undocumented in source.

Meta