Skip to main content

OAuthProviderTokenResponse

API Docs


Interface: OAuthProviderTokenResponse

Defined in: src/utilities/auth/oauth/types.ts:4

OAuth token response from provider token endpoint

Properties

access_token

access_token: string

Defined in: src/utilities/auth/oauth/types.ts:5


expires_in?

optional expires_in: number

Defined in: src/utilities/auth/oauth/types.ts:7


id_token?

optional id_token: string

Defined in: src/utilities/auth/oauth/types.ts:10


refresh_token?

optional refresh_token: string

Defined in: src/utilities/auth/oauth/types.ts:8


scope?

optional scope: string

Defined in: src/utilities/auth/oauth/types.ts:9


token_type

token_type: string

Defined in: src/utilities/auth/oauth/types.ts:6