Mode
public enum Mode : Equatable
A value representing the authentication mode.
The default authentication mode for:
AuthenticationProvider.InternalFamily.eMail
is.staticPassword
,AuthenticationProvider.InternalFamily.phone
is.oneTimePassword
.
-
Indicates that the authentication uses a static password, which remains stable over time.
Declaration
Swift
case staticPassword
-
Indicates that the authentication uses a one-time password, which changes each time.
Declaration
Swift
case oneTimePassword