interface CognitoPasswordResetRequest {
    password?: string;
    provider: UserProvider;
    userId: string;
    userPoolId: string;
}

Hierarchy (View Summary)

Properties

password?: string
provider: UserProvider

The auth provider.

UserProvider.AUTH0

userId: string
userPoolId: string