Skip to content

Commit 8bacd0e

Browse files
committed
2 parents 761d842 + 3a4013f commit 8bacd0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export interface OidcClientSettings {
119119
metadata?: any;
120120
signingKeys?: any[];
121121
client_id?: string;
122+
client_secret?: string;
122123
readonly response_type?: string;
123124
readonly scope?: string;
124125
readonly redirect_uri?: string;
@@ -301,4 +302,4 @@ export class CordovaPopupNavigator {
301302

302303
export class CordovaIFrameNavigator {
303304
prepare(params: any): Promise<CordovaPopupWindow>;
304-
}
305+
}

0 commit comments

Comments
 (0)