AWSCognitoIdentityProviderEventResponseType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventResponseType) {
    AWSCognitoIdentityProviderEventResponseTypeUnknown,
    AWSCognitoIdentityProviderEventResponseTypePass,
    AWSCognitoIdentityProviderEventResponseTypeFail,
    AWSCognitoIdentityProviderEventResponseTypeInProgress,
}

Swift

enum AWSCognitoIdentityProviderEventResponseType : Int, @unchecked Sendable

Undocumented