Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.13 KB

BaseRequestPasswordResetInput.md

File metadata and controls

48 lines (26 loc) · 1.13 KB

faunauth / BaseRequestPasswordResetInput

Interface: BaseRequestPasswordResetInput

Table of contents

Properties

Properties

clientConfig

Optional clientConfig: Omit<ClientConfig, "secret">

Fauna client config object

Defined in

auth/sendConfirmationEmail.ts:18


email

email: string

Email address for the user who wants to reset their password

Defined in

auth/sendConfirmationEmail.ts:22


publicFaunaKey

publicFaunaKey: string

A Fauna secret that is limited to permissions needed for public actions when creating users and resetting passwords

Defined in

auth/sendConfirmationEmail.ts:27