libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
U2F.register
libwasm
bindings
U2F
U2F
Undocumented in source. Be warned that the author may not have intended to support it.
void
register
(string appId, Sequence!(RegisterRequest) registerRequests, Sequence!(RegisteredKey) registeredKeys, U2FRegisterCallback callback, Optional!(T4) opt_timeoutSeconds)
void
register
(string appId, Sequence!(RegisterRequest) registerRequests, Sequence!(RegisteredKey) registeredKeys, U2FRegisterCallback callback)
struct
U2F
nothrow
void
register
()
(
string
appId
,
scope
ref
Sequence
!(
RegisterRequest
)
registerRequests
,
scope
ref
Sequence
!(
RegisteredKey
)
registeredKeys
,
U2FRegisterCallback
callback
)
Meta
Source
See Implementation
libwasm
bindings
U2F
U2F
constructors
this
functions
register
sign
variables
BAD_REQUEST
CONFIGURATION_UNSUPPORTED
DEVICE_INELIGIBLE
OK
OTHER_ERROR
TIMEOUT
handle