You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-devsite/auth.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Firebase Authentication
55
55
| <b>function(user...)</b> |
56
56
|[deleteUser(user)](./auth.md#deleteuser)| Deletes and signs out the user. |
57
57
|[getIdToken(user, forceRefresh)](./auth.md#getidtoken)| Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. |
58
-
|[getIdTokenResult(user, forceRefresh)](./auth.md#getidtokenresult)| Returns a deserialized JSON Web Token (JWT) used to identitfy the user to a Firebase service. |
58
+
|[getIdTokenResult(user, forceRefresh)](./auth.md#getidtokenresult)| Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service. |
59
59
|[linkWithCredential(user, credential)](./auth.md#linkwithcredential)| Links the user account with the given credentials. |
60
60
|[linkWithPhoneNumber(user, phoneNumber, appVerifier)](./auth.md#linkwithphonenumber)| Links the user account with the given phone number. |
61
61
|[linkWithPopup(user, provider, resolver)](./auth.md#linkwithpopup)| Links the authenticated provider to the user account using a pop-up based OAuth flow. |
@@ -1156,7 +1156,7 @@ Promise<string>
1156
1156
1157
1157
## getIdTokenResult()
1158
1158
1159
-
Returns a deserialized JSON Web Token (JWT) used to identitfy the user to a Firebase service.
1159
+
Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
1160
1160
1161
1161
Returns the current token if it has not expired or if it will not expire in the next five minutes. Otherwise, this will refresh the token and return a new one.
Copy file name to clipboardExpand all lines: docs-devsite/auth.user.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ export interface User extends UserInfo
36
36
| --- | --- |
37
37
| [delete()](./auth.user.md#userdelete) | Deletes and signs out the user. |
38
38
| [getIdToken(forceRefresh)](./auth.user.md#usergetidtoken) | Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. |
39
-
| [getIdTokenResult(forceRefresh)](./auth.user.md#usergetidtokenresult) | Returns a deserialized JSON Web Token (JWT) used to identitfy the user to a Firebase service. |
39
+
| [getIdTokenResult(forceRefresh)](./auth.user.md#usergetidtokenresult) | Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service. |
40
40
| [reload()](./auth.user.md#userreload) | Refreshes the user, if signed in. |
41
41
| [toJSON()](./auth.user.md#usertojson) | Returns a JSON-serializable representation of this object. |
42
42
@@ -154,7 +154,7 @@ Promise<string>
154
154
155
155
## User.getIdTokenResult()
156
156
157
-
Returns a deserialized JSON Web Token (JWT) used to identitfy the user to a Firebase service.
157
+
Returns a deserialized JSON Web Token (JWT) used to identify the user to a Firebase service.
158
158
159
159
Returns the current token if it has not expired or if it will not expire in the next five minutes. Otherwise, this will refresh the token and return a new one.
0 commit comments