Interface PasswordRefreshBuiltIn

Export

PasswordRefreshBuiltIn

Hierarchy

  • PasswordRefreshBuiltIn

Properties

resetPasswordSubject?: any

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

Memberof

PasswordRefreshBuiltIn

resetPasswordUrl?: any

The URL included in the email sent to users as part of the built-in password reset flow. The email also adds a unique password reset token and tokenId as query parameters. This URL should handle user confirmation by passing the password reset token to a Realm SDK's resetPassword function.

Memberof

PasswordRefreshBuiltIn

Generated using TypeDoc