Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1019 Bytes

LogoutInput.md

File metadata and controls

48 lines (26 loc) · 1019 Bytes

faunauth / LogoutInput

Interface: LogoutInput

Table of contents

Properties

Properties

clientConfig

Optional clientConfig: Omit<ClientConfig, "secret">

Fauna client config object

Defined in

auth/logout.ts:10


logoutAll

logoutAll: boolean

If true, will expire all tokens for the account (which could be on different machines or different browsers). If false, will just expire tokens for the current browser.

Defined in

auth/logout.ts:15


refreshSecret

refreshSecret: string

The user's refresh token secret

Defined in

auth/logout.ts:19