package
Version:
v0.0.0-...-df0bd0c
Opens a new window with list of versions in this module.
Published: Mar 23, 2023
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Factory returns a configured instance of the backend.
type AuthenticatorEntry struct {
AAGUID []byte `json:"aaguid"`
SignCount uint32 `json:"sign_count"`
}
type CredentialEntry struct {
ID []byte `json:"id"`
PublicKey []byte `json:"public_key"`
AttestationType string `json:"attestation_type"`
Authenticator AuthenticatorEntry `json:"authenticator"`
}
type UserEntry struct {
tokenutil.TokenParams
ID string `json:"id" structs:"id" mapstructure:"id"`
DisplayName string `json:"display_name" structs:"display_name" mapstructure:"display_name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.