AWSCognitoIdentityProviderAuthFlowType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderAuthFlowType) {
AWSCognitoIdentityProviderAuthFlowTypeUnknown,
AWSCognitoIdentityProviderAuthFlowTypeUserSrpAuth,
AWSCognitoIdentityProviderAuthFlowTypeRefreshTokenAuth,
AWSCognitoIdentityProviderAuthFlowTypeRefreshToken,
AWSCognitoIdentityProviderAuthFlowTypeCustomAuth,
AWSCognitoIdentityProviderAuthFlowTypeAdminNoSrpAuth,
AWSCognitoIdentityProviderAuthFlowTypeUserPasswordAuth,
AWSCognitoIdentityProviderAuthFlowTypeAdminUserPasswordAuth,
}
Swift
enum AWSCognitoIdentityProviderAuthFlowType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeUserSrpAuthSwift
case userSrpAuth = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeRefreshTokenAuthSwift
case refreshTokenAuth = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeRefreshTokenSwift
case refreshToken = 3 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeCustomAuthSwift
case customAuth = 4 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeAdminNoSrpAuthSwift
case adminNoSrpAuth = 5 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeUserPasswordAuthSwift
case userPasswordAuth = 6 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderAuthFlowTypeAdminUserPasswordAuthSwift
case adminUserPasswordAuth = 7
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAuthFlowType Enumeration Reference