Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5f268a0

Browse files
[auth][web] - Add missing method getIdTokenResult() #1206
1 parent f6533ec commit 5f268a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ export function reauthenticate(options: ReauthenticateOptions): Promise<any>;
10231023

10241024
export function reloadUser(): Promise<void>;
10251025

1026-
export function getAuthToken(option: GetAuthTokenOptions): Promise<GetAuthTokenResult>;
1026+
export function getAuthToken(option: GetAuthTokenOptions): Promise<IdTokenResult>;
10271027

10281028
export function logout(): Promise<any>;
10291029

0 commit comments

Comments
 (0)