Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthEvent ¶
type AuthEvent struct {
Req *fidoauth.AuthenticatorRequest
RawCbor []byte // non-nil iff this is a CTAP2 (CmdCbor) event
Error error
// contains filtered or unexported fields
}
type CmdType ¶
type CmdType uint8
const ( CmdPing CmdType = 0x01 // Echo data through local processor only CmdMsg CmdType = 0x03 // Send U2F message frame CmdLock CmdType = 0x04 // Send lock channel command CmdInit CmdType = 0x06 // Channel initialization CmdWink CmdType = 0x08 // Send device identification wink CmdCbor CmdType = 0x10 // Send encapsulated CTAP CBOR CmdSync CmdType = 0x3c // Protocol resync command CmdError CmdType = 0x3f // Error response )
func (CmdType) IsVendorSpecific ¶
type SoftToken ¶
type SoftToken struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.