U2F.sign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. 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 auto ref Optional!(T4) opt_timeoutSeconds
    )
    if (
    isTOrPointer!(T4, int)
    )
  2. void sign(string appId, string challenge, Sequence!(RegisteredKey) registeredKeys, U2FSignCallback callback)

Meta