AuthMode
public enum AuthMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sso = "SSO"
-
Undocumented
Declaration
Swift
case iam = "IAM"
-
Declaration
Swift
public var description: String { get }