AuthenticationMethod
public enum AuthenticationMethod
A user’s current method of interactive authentication
-
Authenticate by providing a code that has sent by SMS:
authenticateViaCode(...)Declaration
Swift
case sms -
Authenticate by providing a password:
authenticateViaPassword(...)Declaration
Swift
case password -
Authenticate by providing a password and an authenticator code:
authenticateViaPasswordOtp(...)Declaration
Swift
case passwordOtp
View on GitHub
Install in Dash
AuthenticationMethod Enumeration Reference