Skip to main content

AccessToken

An access token used to authenticate and authorize access to the Hub API.

type AccessToken {
accessToken: String!
expiresAt: NaiveDateTime!
tokenType: String!
}

Fields

AccessToken.accessToken ● String! non-null scalar

A string representing the access token used to authenticate requests.

AccessToken.expiresAt ● NaiveDateTime! non-null scalar

A timestamp indicating when the access token will expire.

AccessToken.tokenType ● String! non-null scalar

A string indicating the type of access token, such as "Bearer".

Member of

CreateCredentialPayload object