circle-info
Squadcast is now SolarWinds Incident Response

V3AuthAccessTokenData

Access token response returned by the OAuth endpoint.

Fields

Field
Type
Required
Description

AccessToken

string

✔️

JWT access token used as Bearer token for API requests.

ExpiresAt

int64

✔️

Unix timestamp when the access token expires.

IssuedAt

int64

✔️

Unix timestamp when the access token was issued.

RefreshToken

string

✔️

Refresh token that can be used to obtain a new access token.

Type

string

✔️

Token type, e.g. "Bearer".

Last updated