Documentation ¶
Index ¶
Constants ¶
View Source
const MDS3URL = "https://mds3.fidoalliance.org/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatorGetInfo ¶
type Entries ¶
type Entries struct { Aaguid uuid.UUID `json:"aaguid"` MetadataStatement MetadataStatement `json:"metadataStatement"` StatusReports []StatusReports `json:"statusReports"` TimeOfLastStatusChange string `json:"timeOfLastStatusChange"` }
type MetadataStatement ¶
type MetadataStatement struct { CryptoStrength float64 `json:"cryptoStrength"` AttachmentHint []string `json:"attachmentHint"` AttestationRootCertificates []string `json:"attestationRootCertificates"` Description string `json:"description"` Schema float64 `json:"schema"` UserVerificationDetails [][]UserVerificationDetails `json:"userVerificationDetails"` MatcherProtection []string `json:"matcherProtection"` AuthenticatorVersion float64 `json:"authenticatorVersion"` AuthenticationAlgorithms []string `json:"authenticationAlgorithms"` TcDisplay []string `json:"tcDisplay"` Icon string `json:"icon"` AuthenticatorGetInfo AuthenticatorGetInfo `json:"authenticatorGetInfo"` LegalHeader string `json:"legalHeader"` Aaguid uuid.UUID `json:"aaguid"` Upv []Upv `json:"upv"` KeyProtection []string `json:"keyProtection"` ProtocolFamily string `json:"protocolFamily"` PublicKeyAlgAndEncodings []string `json:"publicKeyAlgAndEncodings"` AttestationTypes []string `json:"attestationTypes"` TcDisplayContentType string `json:"tcDisplayContentType"` }
type Root ¶
type StatusReports ¶
type UserVerificationDetails ¶
Click to show internal directories.
Click to hide internal directories.