Skip to content

Commit a8095ee

Browse files
committed
Add dangerouslyAllowInsecureHttpRequests to typescript declaration
1 parent c4c1d99 commit a8095ee

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
@@ -6,6 +6,7 @@ export interface AuthConfiguration extends BaseAuthConfiguration {
66
scopes: string[];
77
redirectUrl: string;
88
additionalParameters?: { [name: string]: string };
9+
dangerouslyAllowInsecureHttpRequests?: boolean;
910
}
1011

1112
export interface RevokeConfiguration {

0 commit comments

Comments
 (0)