We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7367334 commit 1738106Copy full SHA for 1738106
src/data-connect/data-connect-api.ts
@@ -71,9 +71,6 @@ export interface ImpersonateAuthenticated {
71
* Evaluate the auth policy with a customized JWT auth token. Should follow the Firebase Auth token format.
72
* https://firebase.google.com/docs/rules/rules-and-auth
73
*
74
- *
75
- * {@link DecodedIdToken}
76
77
* @example A verified user may have the following `authClaims`:
78
* ```json
79
* { "sub": "uid", "email_verified": true }
0 commit comments