interface CognitoPostSendVerificationEmailRequest {
    clientId: string;
    email: string;
    provider: COGNITO;
    userPoolId?: string;
}

Hierarchy (View Summary)

Properties

clientId: string
email: string
provider: COGNITO
userPoolId?: string