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 94
94
path : /docs/reference/admin/node/admin.auth.UserProviderRequest
95
95
- title : " UserRecord"
96
96
path : /docs/reference/admin/node/admin.auth.UserRecord
97
+ - title : " UserProvider"
98
+ path : /docs/reference/admin/node/admin.auth.UserProvider
97
99
- title : " SessionCookieOptions"
98
100
path : /docs/reference/admin/node/admin.auth.SessionCookieOptions
99
101
- title : " BaseAuth"
Original file line number Diff line number Diff line change @@ -403,7 +403,6 @@ export namespace auth {
403
403
tokensValidAfterTime? : string ;
404
404
uid: string ;
405
405
}
406
- {};
407
406
}
408
407
409
408
// @public (undocumented)
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export namespace auth {
156
156
/**
157
157
* Represents a user identity provider that can be associated with a Firebase user.
158
158
*/
159
- interface UserProvider {
159
+ export interface UserProvider {
160
160
161
161
/**
162
162
* The user identifier for the linked provider.
You can’t perform that action at this time.
0 commit comments