libwasm.bindings.U2F

Undocumented in source.

Members

Aliases

ErrorCode
alias ErrorCode = ushort
Undocumented in source.
Transports
alias Transports = Sequence!(Transport)
Undocumented in source.
U2FRegisterCallback
alias U2FRegisterCallback = void delegate(RegisterResponse)
Undocumented in source.
U2FSignCallback
alias U2FSignCallback = void delegate(SignResponse)
Undocumented in source.

Enums

Transport
enum Transport
Undocumented in source.

Functions

RegisterResponse_errorCode_Get
Optional!(ushort) RegisterResponse_errorCode_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SignResponse_errorCode_Get
Optional!(ushort) SignResponse_errorCode_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
U2F_register
void U2F_register(Handle , string , Handle , Handle , U2FRegisterCallback , bool , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
U2F_register_0
void U2F_register_0(Handle , string , Handle , Handle , U2FRegisterCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
U2F_sign
void U2F_sign(Handle , string , string , Handle , U2FSignCallback , bool , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
U2F_sign_0
void U2F_sign_0(Handle , string , string , Handle , U2FSignCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GlobalU2F
struct GlobalU2F
Undocumented in source.
RegisterRequest
struct RegisterRequest
Undocumented in source.
RegisterResponse
struct RegisterResponse
Undocumented in source.
RegisteredKey
struct RegisteredKey
Undocumented in source.
SignResponse
struct SignResponse
Undocumented in source.
U2F
struct U2F
Undocumented in source.
U2FClientData
struct U2FClientData
Undocumented in source.

Meta