@@ -118,55 +118,258 @@ export declare function auth(app?: App): auth.Auth;
118
118
119
119
/* eslint-disable @typescript-eslint/no-namespace */
120
120
export namespace auth {
121
+ /**
122
+ * Type alias to {@link firebase-admin.auth#ActionCodeSettings}.
123
+ */
121
124
export type ActionCodeSettings = TActionCodeSettings ;
125
+
126
+ /**
127
+ * Type alias to {@link firebase-admin.auth#Auth}.
128
+ */
122
129
export type Auth = TAuth ;
130
+
131
+ /**
132
+ * Type alias to {@link firebase-admin.auth#AuthFactorType}.
133
+ */
123
134
export type AuthFactorType = TAuthFactorType ;
135
+
136
+ /**
137
+ * Type alias to {@link firebase-admin.auth#AuthProviderConfig}.
138
+ */
124
139
export type AuthProviderConfig = TAuthProviderConfig ;
140
+
141
+ /**
142
+ * Type alias to {@link firebase-admin.auth#AuthProviderConfigFilter}.
143
+ */
125
144
export type AuthProviderConfigFilter = TAuthProviderConfigFilter ;
145
+
146
+ /**
147
+ * Type alias to {@link firebase-admin.auth#BaseAuth}.
148
+ */
126
149
export type BaseAuth = TBaseAuth ;
150
+
151
+ /**
152
+ * Type alias to {@link firebase-admin.auth#CreateMultiFactorInfoRequest}.
153
+ */
127
154
export type CreateMultiFactorInfoRequest = TCreateMultiFactorInfoRequest ;
155
+
156
+ /**
157
+ * Type alias to {@link firebase-admin.auth#CreatePhoneMultiFactorInfoRequest}.
158
+ */
128
159
export type CreatePhoneMultiFactorInfoRequest = TCreatePhoneMultiFactorInfoRequest ;
160
+
161
+ /**
162
+ * Type alias to {@link firebase-admin.auth#CreateRequest}.
163
+ */
129
164
export type CreateRequest = TCreateRequest ;
165
+
166
+ /**
167
+ * Type alias to {@link firebase-admin.auth#CreateTenantRequest}.
168
+ */
130
169
export type CreateTenantRequest = TCreateTenantRequest ;
170
+
171
+ /**
172
+ * Type alias to {@link firebase-admin.auth#DecodedIdToken}.
173
+ */
131
174
export type DecodedIdToken = TDecodedIdToken ;
175
+
176
+ /**
177
+ * Type alias to {@link firebase-admin.auth#DeleteUsersResult}.
178
+ */
132
179
export type DeleteUsersResult = TDeleteUsersResult ;
180
+
181
+ /**
182
+ * Type alias to {@link firebase-admin.auth#EmailIdentifier}.
183
+ */
133
184
export type EmailIdentifier = TEmailIdentifier ;
185
+
186
+ /**
187
+ * Type alias to {@link firebase-admin.auth#EmailSignInProviderConfig}.
188
+ */
134
189
export type EmailSignInProviderConfig = TEmailSignInProviderConfig ;
190
+
191
+ /**
192
+ * Type alias to {@link firebase-admin.auth#GetUsersResult}.
193
+ */
135
194
export type GetUsersResult = TGetUsersResult ;
195
+
196
+ /**
197
+ * Type alias to {@link firebase-admin.auth#HashAlgorithmType}.
198
+ */
136
199
export type HashAlgorithmType = THashAlgorithmType ;
200
+
201
+ /**
202
+ * Type alias to {@link firebase-admin.auth#ListProviderConfigResults}.
203
+ */
137
204
export type ListProviderConfigResults = TListProviderConfigResults ;
205
+
206
+ /**
207
+ * Type alias to {@link firebase-admin.auth#ListTenantsResult}.
208
+ */
138
209
export type ListTenantsResult = TListTenantsResult ;
210
+
211
+ /**
212
+ * Type alias to {@link firebase-admin.auth#ListUsersResult}.
213
+ */
139
214
export type ListUsersResult = TListUsersResult ;
215
+
216
+ /**
217
+ * Type alias to {@link firebase-admin.auth#MultiFactorCreateSettings}.
218
+ */
140
219
export type MultiFactorCreateSettings = TMultiFactorCreateSettings ;
220
+
221
+ /**
222
+ * Type alias to {@link firebase-admin.auth#MultiFactorConfig}.
223
+ */
141
224
export type MultiFactorConfig = TMultiFactorConfig ;
225
+
226
+ /**
227
+ * Type alias to {@link firebase-admin.auth#MultiFactorConfigState}.
228
+ */
142
229
export type MultiFactorConfigState = TMultiFactorConfigState ;
230
+
231
+ /**
232
+ * Type alias to {@link firebase-admin.auth#MultiFactorInfo}.
233
+ */
143
234
export type MultiFactorInfo = TMultiFactorInfo ;
235
+
236
+ /**
237
+ * Type alias to {@link firebase-admin.auth#MultiFactorUpdateSettings}.
238
+ */
144
239
export type MultiFactorUpdateSettings = TMultiFactorUpdateSettings ;
240
+
241
+ /**
242
+ * Type alias to {@link firebase-admin.auth#MultiFactorSettings}.
243
+ */
145
244
export type MultiFactorSettings = TMultiFactorSettings ;
245
+
246
+ /**
247
+ * Type alias to {@link firebase-admin.auth#OIDCAuthProviderConfig}.
248
+ */
146
249
export type OIDCAuthProviderConfig = TOIDCAuthProviderConfig ;
250
+
251
+ /**
252
+ * Type alias to {@link firebase-admin.auth#OIDCUpdateAuthProviderRequest}.
253
+ */
147
254
export type OIDCUpdateAuthProviderRequest = TOIDCUpdateAuthProviderRequest ;
255
+
256
+ /**
257
+ * Type alias to {@link firebase-admin.auth#PhoneIdentifier}.
258
+ */
148
259
export type PhoneIdentifier = TPhoneIdentifier ;
260
+
261
+ /**
262
+ * Type alias to {@link firebase-admin.auth#PhoneMultiFactorInfo}.
263
+ */
149
264
export type PhoneMultiFactorInfo = TPhoneMultiFactorInfo ;
265
+
266
+ /**
267
+ * Type alias to {@link firebase-admin.auth#ProviderIdentifier}.
268
+ */
150
269
export type ProviderIdentifier = TProviderIdentifier ;
270
+
271
+ /**
272
+ * Type alias to {@link firebase-admin.auth#SAMLAuthProviderConfig}.
273
+ */
151
274
export type SAMLAuthProviderConfig = TSAMLAuthProviderConfig ;
275
+
276
+ /**
277
+ * Type alias to {@link firebase-admin.auth#SAMLUpdateAuthProviderRequest}.
278
+ */
152
279
export type SAMLUpdateAuthProviderRequest = TSAMLUpdateAuthProviderRequest ;
280
+
281
+ /**
282
+ * Type alias to {@link firebase-admin.auth#SessionCookieOptions}.
283
+ */
153
284
export type SessionCookieOptions = TSessionCookieOptions ;
285
+
286
+ /**
287
+ * Type alias to {@link firebase-admin.auth#Tenant}.
288
+ */
154
289
export type Tenant = TTenant ;
290
+
291
+ /**
292
+ * Type alias to {@link firebase-admin.auth#TenantAwareAuth}.
293
+ */
155
294
export type TenantAwareAuth = TTenantAwareAuth ;
295
+
296
+ /**
297
+ * Type alias to {@link firebase-admin.auth#TenantManager}.
298
+ */
156
299
export type TenantManager = TTenantManager ;
300
+
301
+ /**
302
+ * Type alias to {@link firebase-admin.auth#UidIdentifier}.
303
+ */
157
304
export type UidIdentifier = TUidIdentifier ;
305
+
306
+ /**
307
+ * Type alias to {@link firebase-admin.auth#UpdateAuthProviderRequest}.
308
+ */
158
309
export type UpdateAuthProviderRequest = TUpdateAuthProviderRequest ;
310
+
311
+ /**
312
+ * Type alias to {@link firebase-admin.auth#UpdateMultiFactorInfoRequest}.
313
+ */
159
314
export type UpdateMultiFactorInfoRequest = TUpdateMultiFactorInfoRequest ;
315
+
316
+ /**
317
+ * Type alias to {@link firebase-admin.auth#UpdatePhoneMultiFactorInfoRequest}.
318
+ */
160
319
export type UpdatePhoneMultiFactorInfoRequest = TUpdatePhoneMultiFactorInfoRequest ;
320
+
321
+ /**
322
+ * Type alias to {@link firebase-admin.auth#UpdateRequest}.
323
+ */
161
324
export type UpdateRequest = TUpdateRequest ;
325
+
326
+ /**
327
+ * Type alias to {@link firebase-admin.auth#UpdateTenantRequest}.
328
+ */
162
329
export type UpdateTenantRequest = TUpdateTenantRequest ;
330
+
331
+ /**
332
+ * Type alias to {@link firebase-admin.auth#UserIdentifier}.
333
+ */
163
334
export type UserIdentifier = TUserIdentifier ;
335
+
336
+ /**
337
+ * Type alias to {@link firebase-admin.auth#UserImportOptions}.
338
+ */
164
339
export type UserImportOptions = TUserImportOptions ;
340
+
341
+ /**
342
+ * Type alias to {@link firebase-admin.auth#UserImportRecord}.
343
+ */
165
344
export type UserImportRecord = TUserImportRecord ;
345
+
346
+ /**
347
+ * Type alias to {@link firebase-admin.auth#UserImportResult}.
348
+ */
166
349
export type UserImportResult = TUserImportResult ;
350
+
351
+ /**
352
+ * Type alias to {@link firebase-admin.auth#UserInfo}.
353
+ */
167
354
export type UserInfo = TUserInfo ;
355
+
356
+ /**
357
+ * Type alias to {@link firebase-admin.auth#UserMetadata}.
358
+ */
168
359
export type UserMetadata = TUserMetadata ;
360
+
361
+ /**
362
+ * Type alias to {@link firebase-admin.auth#UserMetadataRequest}.
363
+ */
169
364
export type UserMetadataRequest = TUserMetadataRequest ;
365
+
366
+ /**
367
+ * Type alias to {@link firebase-admin.auth#UserProviderRequest}.
368
+ */
170
369
export type UserProviderRequest = TUserProviderRequest ;
370
+
371
+ /**
372
+ * Type alias to {@link firebase-admin.auth#UserRecord}.
373
+ */
171
374
export type UserRecord = TUserRecord ;
172
375
}
0 commit comments