libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
U2F.sign
libwasm
bindings
U2F
U2F
Undocumented in source. Be warned that the author may not have intended to support it.
void
sign
(string appId, string challenge, Sequence!(RegisteredKey) registeredKeys, U2FSignCallback callback, Optional!(T4) opt_timeoutSeconds)
struct
U2F
nothrow
void
sign
(
T4
)
(
string
appId
,
string
challenge
,
scope
ref
Sequence
!(
RegisteredKey
)
registeredKeys
,
U2FSignCallback
callback
,
scope
auto
ref
Optional
!(
T4
)
opt_timeoutSeconds
)
if
(
isTOrPointer
!(
T4
,
int
)
)
void
sign
(string appId, string challenge, Sequence!(RegisteredKey) registeredKeys, U2FSignCallback 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