Skip to content

Commit 1738106

Browse files
committed
fix: remove link to DecodedIdToken
1 parent 7367334 commit 1738106

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/data-connect/data-connect-api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ export interface ImpersonateAuthenticated {
7171
* Evaluate the auth policy with a customized JWT auth token. Should follow the Firebase Auth token format.
7272
* https://firebase.google.com/docs/rules/rules-and-auth
7373
*
74-
*
75-
* {@link DecodedIdToken}
76-
*
7774
* @example A verified user may have the following `authClaims`:
7875
* ```json
7976
* { "sub": "uid", "email_verified": true }

0 commit comments

Comments
 (0)