Skip to main content

Type Alias: TokenResponse

TokenResponse: object

Object representation of a token response

Type declaration

id?

optional id: string

tokenType

tokenType: TokenType

expiresIn

expiresIn: number

issuedAt?

optional issuedAt: number

scopes?

optional scopes: string | string[]

accessToken

accessToken: string

idToken?

optional idToken: string

refreshToken?

optional refreshToken: string

context

context: Context