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 1c84ee6 commit 1f13901Copy full SHA for 1f13901
src/types.ts
@@ -37,7 +37,7 @@ export interface AuthenticateFn<T> {
37
38
export interface ClientAuthCode<T extends IAuthUser, ID = number> {
39
clientId: string;
40
+ mfa?: boolean;
41
userId?: ID;
42
user?: T;
- mfa?: boolean;
43
}
0 commit comments