ExplicitAuthFlowsType
public enum ExplicitAuthFlowsType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case adminNoSrpAuth = "ADMIN_NO_SRP_AUTH" -
Undocumented
Declaration
Swift
case customAuthFlowOnly = "CUSTOM_AUTH_FLOW_ONLY" -
Undocumented
Declaration
Swift
case userPasswordAuth = "USER_PASSWORD_AUTH" -
Undocumented
Declaration
Swift
case allowAdminUserPasswordAuth = "ALLOW_ADMIN_USER_PASSWORD_AUTH" -
Undocumented
Declaration
Swift
case allowCustomAuth = "ALLOW_CUSTOM_AUTH" -
Undocumented
Declaration
Swift
case allowUserPasswordAuth = "ALLOW_USER_PASSWORD_AUTH" -
Undocumented
Declaration
Swift
case allowUserSrpAuth = "ALLOW_USER_SRP_AUTH" -
Undocumented
Declaration
Swift
case allowRefreshTokenAuth = "ALLOW_REFRESH_TOKEN_AUTH" -
Declaration
Swift
public var description: String { get }
View on GitHub
ExplicitAuthFlowsType Enumeration Reference