AuthenticationType
public enum AuthenticationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case apiKey = "API_KEY" -
Undocumented
Declaration
Swift
case awsIam = "AWS_IAM" -
Undocumented
Declaration
Swift
case amazonCognitoUserPools = "AMAZON_COGNITO_USER_POOLS" -
Undocumented
Declaration
Swift
case openidConnect = "OPENID_CONNECT" -
Declaration
Swift
public var description: String { get }
View on GitHub
AuthenticationType Enumeration Reference