AWSCognitoIdentityProviderEventFilterType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderEventFilterType) {
    AWSCognitoIdentityProviderEventFilterTypeUnknown,
    AWSCognitoIdentityProviderEventFilterTypeSignIn,
    AWSCognitoIdentityProviderEventFilterTypePasswordChange,
    AWSCognitoIdentityProviderEventFilterTypeSignUp,
}

Swift

enum AWSCognitoIdentityProviderEventFilterType : Int, @unchecked Sendable

Undocumented