AWSCognitoIdentityProviderVerifySoftwareTokenResponseType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderVerifySoftwareTokenResponseType) {
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeUnknown,
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeSuccess,
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeError,
}
Swift
enum AWSCognitoIdentityProviderVerifySoftwareTokenResponseType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeSuccessSwift
case success = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderVerifySoftwareTokenResponseTypeErrorSwift
case error = 2
View on GitHub
Install in Dash
AWSCognitoIdentityProviderVerifySoftwareTokenResponseType Enumeration Reference