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?
optionalclientId?:string
Defined in: types.ts:8
Parameter name carrying the client identifier. Default: client_id.
clientSecret?
optionalclientSecret?:string
Defined in: types.ts:10
Parameter name carrying the client secret. Default: client_secret.
refreshGrantType?
optionalrefreshGrantType?:string
Defined in: types.ts:14
grant_type value sent when refreshing a token. Default: refresh_token.
scopeSeparator?
optionalscopeSeparator?:string
Defined in: types.ts:12
Separator used to join multiple scopes into one string. Default: ' '.