mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-09 10:40:27 +00:00
add default value for CustomClaims
This commit is contained in:
Vendored
+1
-1
@@ -97,7 +97,7 @@ export class Auth {
|
||||
resetPassword(params: ResetPasswordParams): Promise<any>;
|
||||
revoke(params: RevokeParams): Promise<any>;
|
||||
/* tslint:disable-next-line no-unnecessary-generics */
|
||||
userInfo<CustomClaims>(params: UserInfoParams): Promise<UserInfo<CustomClaims>>;
|
||||
userInfo<CustomClaims = {}>(params: UserInfoParams): Promise<UserInfo<CustomClaims>>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user