We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46491a1 commit e9447b0Copy full SHA for e9447b0
common/api-review/auth.api.md
@@ -538,7 +538,7 @@ export function parseActionCodeURL(link: string): ActionCodeURL | null;
538
539
// @public
540
export interface ParsedToken {
541
- [key: string]: string | object | undefined | unknown;
+ [key: string]: unknown;
542
'auth_time'?: string;
543
'exp'?: string;
544
'firebase'?: {
packages/auth/src/model/public_types.ts
@@ -104,7 +104,7 @@ export interface ParsedToken {
104
'identities'?: Record<string, string>;
105
};
106
/** Map of any additional custom claims. */
107
108
}
109
110
/**
0 commit comments