Type Alias: TokenResponse
TokenResponse:
object
Object representation of a token response
Type declaration
id?
optionalid:string
tokenType
tokenType:
TokenType
expiresIn
expiresIn:
number
issuedAt?
optionalissuedAt:number
scopes?
optionalscopes:string|string[]
accessToken
accessToken:
string
idToken?
optionalidToken:string
refreshToken?
optionalrefreshToken:string
context
context:
Context