Skip to main content

Interface: ProviderParamOverrides

Defined in: types.ts:6

Overrides for providers that deviate from the RFC 6749 parameter names and conventions. Every field is optional; unset fields fall back to the standard OAuth 2.0 defaults.

Properties

clientId?

optional clientId?: string

Defined in: types.ts:8

Parameter name carrying the client identifier. Default: client_id.


clientSecret?

optional clientSecret?: string

Defined in: types.ts:10

Parameter name carrying the client secret. Default: client_secret.


refreshGrantType?

optional refreshGrantType?: string

Defined in: types.ts:14

grant_type value sent when refreshing a token. Default: refresh_token.


scopeSeparator?

optional scopeSeparator?: string

Defined in: types.ts:12

Separator used to join multiple scopes into one string. Default: ' '.