File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages-exp/auth-types-exp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -982,12 +982,12 @@ export abstract class MultiFactorResolver {
982
982
* The list of hints for the second factors needed to complete the sign-in for the current
983
983
* session.
984
984
*/
985
- hints : MultiFactorInfo [ ] ;
985
+ readonly hints : MultiFactorInfo [ ] ;
986
986
/**
987
987
* The session identifier for the current sign-in flow, which can be used to complete the second
988
988
* factor sign-in.
989
989
*/
990
- session : MultiFactorSession ;
990
+ readonly session : MultiFactorSession ;
991
991
/**
992
992
* A helper function to help users complete sign in with a second factor using an
993
993
* {@link MultiFactorAssertion} confirming the user successfully completed the second factor
@@ -1314,7 +1314,7 @@ export interface UserCredential {
1314
1314
/**
1315
1315
* The provider which was used to authenticate the user.
1316
1316
*/
1317
- providerId : ProviderId | null ;
1317
+ providerId : string | null ;
1318
1318
/**
1319
1319
* The type of operation which was used to authenticate the user (such as sign-in or link).
1320
1320
*/
@@ -1383,7 +1383,7 @@ export interface AdditionalUserInfo {
1383
1383
/**
1384
1384
* Identifier for the provider used to authenticate this user.
1385
1385
*/
1386
- readonly providerId : ProviderId | null ;
1386
+ readonly providerId : string | null ;
1387
1387
/**
1388
1388
* The username if the provider is GitHub or Twitter.
1389
1389
*/
You can’t perform that action at this time.
0 commit comments