AuthFlowType
public enum AuthFlowType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case userSrpAuth = "USER_SRP_AUTH" -
Undocumented
Declaration
Swift
case refreshTokenAuth = "REFRESH_TOKEN_AUTH" -
Undocumented
Declaration
Swift
case refreshToken = "REFRESH_TOKEN" -
Undocumented
Declaration
Swift
case customAuth = "CUSTOM_AUTH" -
Undocumented
Declaration
Swift
case adminNoSrpAuth = "ADMIN_NO_SRP_AUTH" -
Undocumented
Declaration
Swift
case userPasswordAuth = "USER_PASSWORD_AUTH" -
Undocumented
Declaration
Swift
case adminUserPasswordAuth = "ADMIN_USER_PASSWORD_AUTH" -
Declaration
Swift
public var description: String { get }
View on GitHub
AuthFlowType Enumeration Reference