Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 881 Bytes

TokenPair.md

File metadata and controls

37 lines (21 loc) · 881 Bytes

faunauth / TokenPair

Interface: TokenPair

Table of contents

Properties

Properties

accessSecret

accessSecret: string

A secret that can be used to authenticate further requests against the public Fauna APIs. Fauna's docs refer to this as a 'secret'; from the client perspective it's a JWT.

Defined in

types/auth.ts:114


refreshSecret

refreshSecret: string

A secret that can be used to acquire a new pair of accessSecret / refreshSecret values. Fauna's docs refer to this as a 'secret'; from the client perspective it's a JWT.

Defined in

types/auth.ts:120