File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export interface Auth
41
41
| [onAuthStateChanged (nextOrObserver , error , completed )](./auth .auth .md #authonauthstatechanged ) | Adds an observer for changes to the user 's sign -in state . |
42
42
| [onIdTokenChanged (nextOrObserver , error , completed )](./auth .auth .md #authonidtokenchanged ) | Adds an observer for changes to the signed -in user 's ID token . |
43
43
| [setPersistence (persistence )](./auth .auth .md #authsetpersistence ) | Changes the type of persistence on the <code >Auth </code > instance . |
44
- | [signOut ()](./auth .auth .md #authsignout ) | Signs out the current user . This does not automatically revoke the user 's id token . |
44
+ | [signOut ()](./auth .auth .md #authsignout ) | Signs out the current user . This does not automatically revoke the user 's ID token . |
45
45
| [updateCurrentUser (user )](./auth .auth .md #authupdatecurrentuser ) | Asynchronously sets the provided user as [Auth .currentUser ](./auth .auth .md #authcurrentuser ) on the [Auth ](./auth .auth .md #auth_interface ) instance . |
46
46
| [useDeviceLanguage ()](./auth .auth .md #authusedevicelanguage ) | Sets the current language to the default device /browser preference . |
47
47
@@ -247,7 +247,7 @@ auth.setPersistence(browserSessionPersistence);
247
247
248
248
## Auth .signOut ()
249
249
250
- Signs out the current user . This does not automatically revoke the user 's id token .
250
+ Signs out the current user . This does not automatically revoke the user 's ID token .
251
251
252
252
<b >Signature :</b >
253
253
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ export interface Auth {
313
313
*/
314
314
useDeviceLanguage ( ) : void ;
315
315
/**
316
- * Signs out the current user. This does not automatically revoke the user's id token.
316
+ * Signs out the current user. This does not automatically revoke the user's ID token.
317
317
*/
318
318
signOut ( ) : Promise < void > ;
319
319
}
You can’t perform that action at this time.
0 commit comments