AWSUICKeyChainStoreAuthenticationType

Objective-C

NS_ENUM(NSInteger, AWSUICKeyChainStoreAuthenticationType) {
    AWSUICKeyChainStoreAuthenticationTypeNTLM = 1,
    AWSUICKeyChainStoreAuthenticationTypeMSN,
    AWSUICKeyChainStoreAuthenticationTypeDPA,
    AWSUICKeyChainStoreAuthenticationTypeRPA,
    AWSUICKeyChainStoreAuthenticationTypeHTTPBasic,
    AWSUICKeyChainStoreAuthenticationTypeHTTPDigest,
    AWSUICKeyChainStoreAuthenticationTypeHTMLForm,
    AWSUICKeyChainStoreAuthenticationTypeDefault,
}

Swift

enum AWSUICKeyChainStoreAuthenticationType : Int, @unchecked Sendable

Undocumented