Skip to content

Latest commit

 

History

History
74 lines (40 loc) · 1.51 KB

ChangePasswordInput.md

File metadata and controls

74 lines (40 loc) · 1.51 KB

faunauth / ChangePasswordInput

Interface: ChangePasswordInput

Table of contents

Properties

Properties

clientConfig

Optional clientConfig: Omit<ClientConfig, "secret">

Fauna client config object

Defined in

auth/changePassword.ts:15


email

email: string

The user's email address

Defined in

auth/changePassword.ts:19


newPassword

newPassword: string

The desired password

Defined in

auth/changePassword.ts:23


oldPassword

oldPassword: string

The current password

Defined in

auth/changePassword.ts:27


publicFaunaKey

publicFaunaKey: string

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

Defined in

auth/changePassword.ts:32