api_user_identity_info

package
v1.6.13-herb-blazor-de... Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedIdentity added in v1.1.4

type LinkedIdentity struct {
	Name string `json:"name"`
}

type Passkey added in v1.1.4

type Passkey struct {
	Name   string `json:"name"`
	AAGUID string `json:"aaguid"`
}

type UserIdentityInfo

type UserIdentityInfo struct {
	Email            string           `json:"email"`
	PasskeyEligible  bool             `json:"passkeyEligible"`
	Passkeys         []Passkey        `json:"passkeys"`
	LinkedIdentities []LinkedIdentity `json:"linkedIdentities"`
}

Jump to

Keyboard shortcuts

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