Mode
public enum Mode : Equatable
A value representing the authentication mode.
The default authentication mode for:
AuthenticationProvider.InternalFamily.eMailis.staticPassword,AuthenticationProvider.InternalFamily.phoneis.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