File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ export function setPersistence(
61
61
return getModularInstance ( auth ) . setPersistence ( persistence ) ;
62
62
}
63
63
/**
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.
66
68
*
67
69
* @param auth - The {@link Auth} instance.
68
70
* @param nextOrObserver - callback triggered on change.
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ export interface Auth {
242
242
/**
243
243
* Adds an observer for changes to the user's sign-in state.
244
244
*
245
+ * @remarks
245
246
* To keep the old behavior, see {@link Auth.onIdTokenChanged}.
246
247
*
247
248
* @param nextOrObserver - callback triggered on change.
You can’t perform that action at this time.
0 commit comments