Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Add missing extraTokenParams type #1310

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ export interface OidcClientSettings {
MetadataServiceCtor?: MetadataServiceCtor;
/** An object containing additional query string parameters to be including in the authorization request */
extraQueryParams?: Record<string, any>;
/** An object containing additional string parameters to be including in the token request */
extraTokenParams?: Record<string, any>;
}

export class UserManager extends OidcClient {
Expand Down