- 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.