Skip to content

Commit ef39930

Browse files
committed
Document that signout will not revoke the id token.
1 parent f5aec7b commit ef39930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export interface Auth {
313313
*/
314314
useDeviceLanguage(): void;
315315
/**
316-
* Signs out the current user.
316+
* Signs out the current user. This does not automatically revoke the user's id token.
317317
*/
318318
signOut(): Promise<void>;
319319
}

0 commit comments

Comments
 (0)