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 61f7112 commit 2aa48e7Copy full SHA for 2aa48e7
packages/auth/src/model/id_token.ts
@@ -87,6 +87,9 @@ export const enum IdTokenResponseKind {
87
VerifyPassword = 'identitytoolkit#VerifyPasswordResponse'
88
}
89
90
+/**
91
+ * @internal
92
+ */
93
export interface TaggedWithTokenResponse {
94
_tokenResponse?: PhoneOrOauthTokenResponse;
95
packages/auth/src/model/user.ts
@@ -90,6 +90,9 @@ export interface UserInternal extends User {
toJSON(): PersistedBlob;
96
export interface UserCredentialInternal
97
extends UserCredential,
98
TaggedWithTokenResponse {
0 commit comments