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" )
func AuthenticationStageFromAuthenticationMethod ¶
func AuthenticationStageFromAuthenticationMethod(am config.AuthenticationFlowAuthentication) AuthenticationStage
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" )
Click to show internal directories.
Click to hide internal directories.