Skip to content

Commit 5b98a08

Browse files
committed
api-extractor
1 parent ce75551 commit 5b98a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/firebase-admin.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ export namespace auth {
250250
expiresIn: number;
251251
}
252252
export interface Tenant {
253+
anonymousSignInEnabled?: boolean;
253254
displayName?: string;
254255
emailSignInConfig?: {
255256
enabled: boolean;
@@ -300,6 +301,7 @@ export namespace auth {
300301
photoURL?: string | null;
301302
}
302303
export interface UpdateTenantRequest {
304+
anonymousSignInEnabled?: boolean;
303305
displayName?: string;
304306
emailSignInConfig?: EmailSignInProviderConfig;
305307
multiFactorConfig?: MultiFactorConfig;

0 commit comments

Comments
 (0)