Skip to content

Commit

Permalink
api-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgowman committed Dec 23, 2020
1 parent ce75551 commit 5b98a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/firebase-admin.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export namespace auth {
expiresIn: number;
}
export interface Tenant {
anonymousSignInEnabled?: boolean;
displayName?: string;
emailSignInConfig?: {
enabled: boolean;
Expand Down Expand Up @@ -300,6 +301,7 @@ export namespace auth {
photoURL?: string | null;
}
export interface UpdateTenantRequest {
anonymousSignInEnabled?: boolean;
displayName?: string;
emailSignInConfig?: EmailSignInProviderConfig;
multiFactorConfig?: MultiFactorConfig;
Expand Down

0 comments on commit 5b98a08

Please sign in to comment.