Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxOpenRetries = 10 RetryDelayMS = 200 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FidoClient ¶
type FidoClient struct { ChallengeNonce string AppId string Version string Device u2fhost.Device KeyHandle string StateToken string }
func NewFidoClient ¶
func NewFidoClient(challengeNonce, appId, version, keyHandle, stateToken string) (FidoClient, error)
func (*FidoClient) ChallengeU2f ¶
func (d *FidoClient) ChallengeU2f() (*SignedAssertion, error)
Click to show internal directories.
Click to hide internal directories.