Skip to Content
SdkClientInternalType AliasesHandlersTokenResponse

HandlersTokenResponse

HandlersTokenResponse = object

Defined in: src/client/types.gen.ts:351 

Properties

access_token?

optional access_token: string

Defined in: src/client/types.gen.ts:352 


expires_in?

optional expires_in: number

Defined in: src/client/types.gen.ts:356 

Seconds until expiration


refresh_token?

optional refresh_token: string

Defined in: src/client/types.gen.ts:360 

May not be present on refresh


scope?

optional scope: string

Defined in: src/client/types.gen.ts:364 

Granted scopes


token_type?

optional token_type: string

Defined in: src/client/types.gen.ts:368 

Usually “Bearer”

Last updated on