Skip to content

Commit c9c5029

Browse files
committed
Remarks tags
1 parent d9cb454 commit c9c5029

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/auth/src/core/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ export function setPersistence(
6161
return getModularInstance(auth).setPersistence(persistence);
6262
}
6363
/**
64-
* Adds an observer for changes to the signed-in user's ID token, which includes sign-in,
65-
* sign-out, and token refresh events.
64+
* Adds an observer for changes to the signed-in user's ID token.
65+
*
66+
* @remarks
67+
* This includes sign-in, sign-out, and token refresh events.
6668
*
6769
* @param auth - The {@link Auth} instance.
6870
* @param nextOrObserver - callback triggered on change.

packages/auth/src/model/public_types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export interface Auth {
242242
/**
243243
* Adds an observer for changes to the user's sign-in state.
244244
*
245+
* @remarks
245246
* To keep the old behavior, see {@link Auth.onIdTokenChanged}.
246247
*
247248
* @param nextOrObserver - callback triggered on change.

0 commit comments

Comments
 (0)