authn

package
v0.0.0-...-f9cf50c Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationStage

type AuthenticationStage string
const (
	AuthenticationStagePrimary   AuthenticationStage = "primary"
	AuthenticationStageSecondary AuthenticationStage = "secondary"
)

type AuthenticationType

type AuthenticationType string
const (
	AuthenticationTypeNone         AuthenticationType = "none"
	AuthenticationTypePassword     AuthenticationType = "password"
	AuthenticationTypePasskey      AuthenticationType = "passkey"
	AuthenticationTypeTOTP         AuthenticationType = "totp"
	AuthenticationTypeOOBOTPEmail  AuthenticationType = "oob_otp_email"
	AuthenticationTypeOOBOTPSMS    AuthenticationType = "oob_otp_sms"
	AuthenticationTypeRecoveryCode AuthenticationType = "recovery_code"
	AuthenticationTypeDeviceToken  AuthenticationType = "device_token"
)

Jump to

Keyboard shortcuts

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