TypesObjects
AccessToken
An access token used to communicate with the Strise.ai APIs.
type AccessToken {
expires: Int!
token: String!
}Fields
expires Int! non-null scalar
Int!
The timestamp representing when the token is expiring. This is seconds since epoch.
token String! non-null scalar
String!
The access token as a JWT.
Returned By
clientAccessTokenGenerate mutation