Interface EmailConfirmationBuiltIn

Export

EmailConfirmationBuiltIn

Hierarchy

  • EmailConfirmationBuiltIn

Properties

autoConfirm?: any

If true, automatically confirm new user accounts without additional verification. For built-in email account confirmation, set this value to false.

Memberof

EmailConfirmationBuiltIn

confirmEmailSubject?: any

The subject line of the email sent to new users as part of the built-in confirmation flow.

Memberof

EmailConfirmationBuiltIn

emailConfirmationUrl?: any

The URL included in the email sent to new users as part of the built-in confirmation flow. The email also adds a unique confirmation token and tokenId as query parameters. This URL should handle user confirmation by passing the confirmation token to a Realm SDK's confirmUser function or to the Admin API Confirm a Pending Email/Password User endpoint.

Memberof

EmailConfirmationBuiltIn

Generated using TypeDoc