faunauth / TokenPair
• 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.
• 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.