Interface TokenResponseJson
Properties
access_token
access_token: string
Optional expires_in
expires_in: string
Optional id_token
id_token: string
Optional issued_at
issued_at: number
Optional refresh_token
refresh_token: string
Optional scope
scope: string
Represents the TokenResponse as a JSON Object.