AuthenticationType
public enum AuthenticationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case api = "API"
-
Undocumented
Declaration
Swift
case saml = "SAML"
-
Undocumented
Declaration
Swift
case userpool = "USERPOOL"
-
Declaration
Swift
public var description: String { get }