File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
docgen/content-sources/node Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9494 path : /docs/reference/admin/node/admin.auth.UserProviderRequest
9595 - title : " UserRecord"
9696 path : /docs/reference/admin/node/admin.auth.UserRecord
97+ - title : " UserProvider"
98+ path : /docs/reference/admin/node/admin.auth.UserProvider
9799 - title : " SessionCookieOptions"
98100 path : /docs/reference/admin/node/admin.auth.SessionCookieOptions
99101 - title : " BaseAuth"
Original file line number Diff line number Diff line change @@ -403,7 +403,6 @@ export namespace auth {
403403 tokensValidAfterTime? : string ;
404404 uid: string ;
405405 }
406- {};
407406}
408407
409408// @public (undocumented)
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export namespace auth {
156156 /**
157157 * Represents a user identity provider that can be associated with a Firebase user.
158158 */
159- interface UserProvider {
159+ export interface UserProvider {
160160
161161 /**
162162 * The user identifier for the linked provider.
You can’t perform that action at this time.
0 commit comments