File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
packages-exp/auth-exp/src/model Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,8 @@ export const FactorId = {
31
31
* @public
32
32
*/
33
33
export const ProviderId = {
34
- /** @internal */
35
- ANONYMOUS : 'anonymous' ,
36
- /** @internal */
37
- CUSTOM : 'custom' ,
38
34
/** Facebook provider ID */
39
35
FACEBOOK : 'facebook.com' ,
40
- /** @internal */
41
- FIREBASE : 'firebase' ,
42
36
/** GitHub provider ID */
43
37
GITHUB : 'github.com' ,
44
38
/** Google provider ID */
@@ -57,8 +51,6 @@ export const ProviderId = {
57
51
* @public
58
52
*/
59
53
export const SignInMethod = {
60
- /** @internal */
61
- ANONYMOUS : 'anonymous' ,
62
54
/** Email link sign in method */
63
55
EMAIL_LINK : 'emailLink' ,
64
56
/** Email/password sign in method */
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export const enum ProviderId {
54
54
/**
55
55
* Enumeration of supported sign-in methods.
56
56
*
57
- * @private
57
+ * @internal
58
58
*/
59
59
export const enum SignInMethod {
60
60
/** @internal */
You can’t perform that action at this time.
0 commit comments