We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e683e49 commit 08ceedbCopy full SHA for 08ceedb
src/definitions.ts
@@ -6,6 +6,7 @@ export interface BaseOptions {
6
authorityUrl?: string;
7
knownAuthorities?: string[];
8
keyHash?: string;
9
+ brokerRedirectUriRegistered?: boolean;
10
}
11
12
export interface LoginOptions extends BaseOptions {
0 commit comments