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
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAdminNoSrpAuthSwift
case adminNoSrpAuth = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeCustomAuthFlowOnlySwift
case customAuthFlowOnly = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeUserPasswordAuthSwift
case userPasswordAuth = 3 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowAdminUserPasswordAuthSwift
case allowAdminUserPasswordAuth = 4 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowCustomAuthSwift
case allowCustomAuth = 5 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserPasswordAuthSwift
case allowUserPasswordAuth = 6 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowUserSrpAuthSwift
case allowUserSrpAuth = 7 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderExplicitAuthFlowsTypeAllowRefreshTokenAuthSwift
case allowRefreshTokenAuth = 8
View on GitHub
Install in Dash
AWSCognitoIdentityProviderExplicitAuthFlowsType Enumeration Reference