Commit 2f889bf 1 parent c550d84 commit 2f889bf Copy full SHA for 2f889bf
File tree 1 file changed +17
-15
lines changed
1 file changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,23 @@ export enum PromptTypes {
11
11
login = "login" ,
12
12
}
13
13
14
- export type LoginMethodParams = Partial < Pick <
15
- LoginOptions ,
16
- | "audience"
17
- | "scope"
18
- | "isCreateOrg"
19
- | "prompt"
20
- | "lang"
21
- | "loginHint"
22
- | "orgCode"
23
- | "orgName"
24
- | "connectionId"
25
- | "redirectURL"
26
- | "hasSuccessPage"
27
- | "workflowDeploymentId"
28
- > > ;
14
+ export type LoginMethodParams = Partial <
15
+ Pick <
16
+ LoginOptions ,
17
+ | "audience"
18
+ | "scope"
19
+ | "isCreateOrg"
20
+ | "prompt"
21
+ | "lang"
22
+ | "loginHint"
23
+ | "orgCode"
24
+ | "orgName"
25
+ | "connectionId"
26
+ | "redirectURL"
27
+ | "hasSuccessPage"
28
+ | "workflowDeploymentId"
29
+ >
30
+ > ;
29
31
30
32
export type LoginOptions = {
31
33
/** Audience to include in the token */
You can’t perform that action at this time.
0 commit comments