Skip to content

Commit 098837a

Browse files
committed
Add missing extraQueryParams in the OidcClientSettings interface definition file
1 parent 9bf3754 commit 098837a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export interface OidcClientSettings {
134134
stateStore?: StateStore;
135135
ResponseValidatorCtor?: ResponseValidatorCtor;
136136
MetadataServiceCtor?: MetadataServiceCtor;
137+
extraQueryParams?: any;
137138
}
138139

139140
export class UserManager extends OidcClient {

0 commit comments

Comments
 (0)