AWSUICKeyChainStoreAuthenticationType
Objective-C
NS_ENUM(NSInteger, AWSUICKeyChainStoreAuthenticationType) {
AWSUICKeyChainStoreAuthenticationTypeNTLM = 1,
AWSUICKeyChainStoreAuthenticationTypeMSN,
AWSUICKeyChainStoreAuthenticationTypeDPA,
AWSUICKeyChainStoreAuthenticationTypeRPA,
AWSUICKeyChainStoreAuthenticationTypeHTTPBasic,
AWSUICKeyChainStoreAuthenticationTypeHTTPDigest,
AWSUICKeyChainStoreAuthenticationTypeHTMLForm,
AWSUICKeyChainStoreAuthenticationTypeDefault,
}
Swift
enum AWSUICKeyChainStoreAuthenticationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeNTLM = 1
Swift
case NTLM = 1
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeMSN
Swift
case MSN = 2
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeDPA
Swift
case DPA = 3
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeRPA
Swift
case RPA = 4
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeHTTPBasic
Swift
case httpBasic = 5
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeHTTPDigest
Swift
case httpDigest = 6
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeHTMLForm
Swift
case htmlForm = 7
-
Undocumented
Declaration
Objective-C
AWSUICKeyChainStoreAuthenticationTypeDefault
Swift
case `default` = 8