vaultwebauthn

package
v0.0.0-...-df0bd0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Backend

func Backend() *backend

func Factory

Factory returns a configured instance of the backend.

Types

type AuthenticatorEntry

type AuthenticatorEntry struct {
	AAGUID    []byte `json:"aaguid"`
	SignCount uint32 `json:"sign_count"`
}

type CredentialEntry

type CredentialEntry struct {
	ID              []byte             `json:"id"`
	PublicKey       []byte             `json:"public_key"`
	AttestationType string             `json:"attestation_type"`
	Authenticator   AuthenticatorEntry `json:"authenticator"`
}

type UserEntry

type UserEntry struct {
	tokenutil.TokenParams

	ID          string `json:"id" structs:"id" mapstructure:"id"`
	DisplayName string `json:"display_name" structs:"display_name" mapstructure:"display_name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL