AWSCognitoIdentityProviderExplicitAuthFlowsType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderExplicitAuthFlowsType) {
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUnknown,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAdminNoSrpAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeCustomAuthFlowOnly,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUserPasswordAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowAdminUserPasswordAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowCustomAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserPasswordAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserSrpAuth,
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowRefreshTokenAuth,
}
Swift
enum AWSCognitoIdentityProviderExplicitAuthFlowsType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAdminNoSrpAuth
Swift
case adminNoSrpAuth = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeCustomAuthFlowOnly
Swift
case customAuthFlowOnly = 2
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUserPasswordAuth
Swift
case userPasswordAuth = 3
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowAdminUserPasswordAuth
Swift
case allowAdminUserPasswordAuth = 4
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowCustomAuth
Swift
case allowCustomAuth = 5
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserPasswordAuth
Swift
case allowUserPasswordAuth = 6
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserSrpAuth
Swift
case allowUserSrpAuth = 7
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowRefreshTokenAuth
Swift
case allowRefreshTokenAuth = 8