Interface: TokenResponse
Defined in: src/auth/oauth/oauth-service.ts:136
Token response.
Properties
accessToken
readonlyaccessToken:string
Defined in: src/auth/oauth/oauth-service.ts:140
Access token.
expiresIn
readonlyexpiresIn:number
Defined in: src/auth/oauth/oauth-service.ts:150
Token expiration in seconds.
refreshToken?
readonlyoptionalrefreshToken:string
Defined in: src/auth/oauth/oauth-service.ts:155
Refresh token (if granted).
scope
readonlyscope:string
Defined in: src/auth/oauth/oauth-service.ts:160
Granted scopes (space-separated).
tokenType
readonlytokenType:"Bearer"
Defined in: src/auth/oauth/oauth-service.ts:145
Token type (always "Bearer").