We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c1d99 commit a8095eeCopy full SHA for a8095ee
index.d.ts
@@ -6,6 +6,7 @@ export interface AuthConfiguration extends BaseAuthConfiguration {
6
scopes: string[];
7
redirectUrl: string;
8
additionalParameters?: { [name: string]: string };
9
+ dangerouslyAllowInsecureHttpRequests?: boolean;
10
}
11
12
export interface RevokeConfiguration {
0 commit comments