Skip to content

Commit f714d11

Browse files
committed
Small fixes
1 parent 40b2605 commit f714d11

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

packages-exp/auth-exp/src/model/enum_maps.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@ export const FactorId = {
3131
* @public
3232
*/
3333
export const ProviderId = {
34-
/** @internal */
35-
ANONYMOUS: 'anonymous',
36-
/** @internal */
37-
CUSTOM: 'custom',
3834
/** Facebook provider ID */
3935
FACEBOOK: 'facebook.com',
40-
/** @internal */
41-
FIREBASE: 'firebase',
4236
/** GitHub provider ID */
4337
GITHUB: 'github.com',
4438
/** Google provider ID */
@@ -57,8 +51,6 @@ export const ProviderId = {
5751
* @public
5852
*/
5953
export const SignInMethod = {
60-
/** @internal */
61-
ANONYMOUS: 'anonymous',
6254
/** Email link sign in method */
6355
EMAIL_LINK: 'emailLink',
6456
/** Email/password sign in method */

packages-exp/auth-exp/src/model/public_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const enum ProviderId {
5454
/**
5555
* Enumeration of supported sign-in methods.
5656
*
57-
* @private
57+
* @internal
5858
*/
5959
export const enum SignInMethod {
6060
/** @internal */

0 commit comments

Comments
 (0)