@@ -62,196 +62,6 @@ export class AuthCredential {
62
62
toJSON(): object ;
63
63
}
64
64
65
- // @public
66
- export const enum AuthErrorCode {
67
- // (undocumented)
68
- ADMIN_ONLY_OPERATION = " admin-restricted-operation" ,
69
- // (undocumented)
70
- APP_NOT_AUTHORIZED = " app-not-authorized" ,
71
- // (undocumented)
72
- APP_NOT_INSTALLED = " app-not-installed" ,
73
- // (undocumented)
74
- ARGUMENT_ERROR = " argument-error" ,
75
- // (undocumented)
76
- CAPTCHA_CHECK_FAILED = " captcha-check-failed" ,
77
- // (undocumented)
78
- CODE_EXPIRED = " code-expired" ,
79
- // (undocumented)
80
- CORDOVA_NOT_READY = " cordova-not-ready" ,
81
- // (undocumented)
82
- CORS_UNSUPPORTED = " cors-unsupported" ,
83
- // (undocumented)
84
- CREDENTIAL_ALREADY_IN_USE = " credential-already-in-use" ,
85
- // (undocumented)
86
- CREDENTIAL_MISMATCH = " custom-token-mismatch" ,
87
- // (undocumented)
88
- CREDENTIAL_TOO_OLD_LOGIN_AGAIN = " requires-recent-login" ,
89
- // (undocumented)
90
- DYNAMIC_LINK_NOT_ACTIVATED = " dynamic-link-not-activated" ,
91
- // (undocumented)
92
- EMAIL_CHANGE_NEEDS_VERIFICATION = " email-change-needs-verification" ,
93
- // (undocumented)
94
- EMAIL_EXISTS = " email-already-in-use" ,
95
- // (undocumented)
96
- EMULATOR_CONFIG_FAILED = " emulator-config-failed" ,
97
- // (undocumented)
98
- EXPIRED_OOB_CODE = " expired-action-code" ,
99
- // (undocumented)
100
- EXPIRED_POPUP_REQUEST = " cancelled-popup-request" ,
101
- // (undocumented)
102
- INTERNAL_ERROR = " internal-error" ,
103
- // (undocumented)
104
- INVALID_API_KEY = " invalid-api-key" ,
105
- // (undocumented)
106
- INVALID_APP_CREDENTIAL = " invalid-app-credential" ,
107
- // (undocumented)
108
- INVALID_APP_ID = " invalid-app-id" ,
109
- // (undocumented)
110
- INVALID_AUTH = " invalid-user-token" ,
111
- // (undocumented)
112
- INVALID_AUTH_EVENT = " invalid-auth-event" ,
113
- // (undocumented)
114
- INVALID_CERT_HASH = " invalid-cert-hash" ,
115
- // (undocumented)
116
- INVALID_CODE = " invalid-verification-code" ,
117
- // (undocumented)
118
- INVALID_CONTINUE_URI = " invalid-continue-uri" ,
119
- // (undocumented)
120
- INVALID_CORDOVA_CONFIGURATION = " invalid-cordova-configuration" ,
121
- // (undocumented)
122
- INVALID_CUSTOM_TOKEN = " invalid-custom-token" ,
123
- // (undocumented)
124
- INVALID_DYNAMIC_LINK_DOMAIN = " invalid-dynamic-link-domain" ,
125
- // (undocumented)
126
- INVALID_EMAIL = " invalid-email" ,
127
- // (undocumented)
128
- INVALID_EMULATOR_SCHEME = " invalid-emulator-scheme" ,
129
- // (undocumented)
130
- INVALID_IDP_RESPONSE = " invalid-credential" ,
131
- // (undocumented)
132
- INVALID_MESSAGE_PAYLOAD = " invalid-message-payload" ,
133
- // (undocumented)
134
- INVALID_MFA_SESSION = " invalid-multi-factor-session" ,
135
- // (undocumented)
136
- INVALID_OAUTH_CLIENT_ID = " invalid-oauth-client-id" ,
137
- // (undocumented)
138
- INVALID_OAUTH_PROVIDER = " invalid-oauth-provider" ,
139
- // (undocumented)
140
- INVALID_OOB_CODE = " invalid-action-code" ,
141
- // (undocumented)
142
- INVALID_ORIGIN = " unauthorized-domain" ,
143
- // (undocumented)
144
- INVALID_PASSWORD = " wrong-password" ,
145
- // (undocumented)
146
- INVALID_PERSISTENCE = " invalid-persistence-type" ,
147
- // (undocumented)
148
- INVALID_PHONE_NUMBER = " invalid-phone-number" ,
149
- // (undocumented)
150
- INVALID_PROVIDER_ID = " invalid-provider-id" ,
151
- // (undocumented)
152
- INVALID_RECIPIENT_EMAIL = " invalid-recipient-email" ,
153
- // (undocumented)
154
- INVALID_SENDER = " invalid-sender" ,
155
- // (undocumented)
156
- INVALID_SESSION_INFO = " invalid-verification-id" ,
157
- // (undocumented)
158
- INVALID_TENANT_ID = " invalid-tenant-id" ,
159
- // (undocumented)
160
- MFA_INFO_NOT_FOUND = " multi-factor-info-not-found" ,
161
- // (undocumented)
162
- MFA_REQUIRED = " multi-factor-auth-required" ,
163
- // (undocumented)
164
- MISSING_ANDROID_PACKAGE_NAME = " missing-android-pkg-name" ,
165
- // (undocumented)
166
- MISSING_APP_CREDENTIAL = " missing-app-credential" ,
167
- // (undocumented)
168
- MISSING_AUTH_DOMAIN = " auth-domain-config-required" ,
169
- // (undocumented)
170
- MISSING_CODE = " missing-verification-code" ,
171
- // (undocumented)
172
- MISSING_CONTINUE_URI = " missing-continue-uri" ,
173
- // (undocumented)
174
- MISSING_IFRAME_START = " missing-iframe-start" ,
175
- // (undocumented)
176
- MISSING_IOS_BUNDLE_ID = " missing-ios-bundle-id" ,
177
- // (undocumented)
178
- MISSING_MFA_INFO = " missing-multi-factor-info" ,
179
- // (undocumented)
180
- MISSING_MFA_SESSION = " missing-multi-factor-session" ,
181
- // (undocumented)
182
- MISSING_OR_INVALID_NONCE = " missing-or-invalid-nonce" ,
183
- // (undocumented)
184
- MISSING_PHONE_NUMBER = " missing-phone-number" ,
185
- // (undocumented)
186
- MISSING_SESSION_INFO = " missing-verification-id" ,
187
- // (undocumented)
188
- MODULE_DESTROYED = " app-deleted" ,
189
- // (undocumented)
190
- NEED_CONFIRMATION = " account-exists-with-different-credential" ,
191
- // (undocumented)
192
- NETWORK_REQUEST_FAILED = " network-request-failed" ,
193
- // (undocumented)
194
- NO_AUTH_EVENT = " no-auth-event" ,
195
- // (undocumented)
196
- NO_SUCH_PROVIDER = " no-such-provider" ,
197
- // (undocumented)
198
- NULL_USER = " null-user" ,
199
- // (undocumented)
200
- OPERATION_NOT_ALLOWED = " operation-not-allowed" ,
201
- // (undocumented)
202
- OPERATION_NOT_SUPPORTED = " operation-not-supported-in-this-environment" ,
203
- // (undocumented)
204
- POPUP_BLOCKED = " popup-blocked" ,
205
- // (undocumented)
206
- POPUP_CLOSED_BY_USER = " popup-closed-by-user" ,
207
- // (undocumented)
208
- PROVIDER_ALREADY_LINKED = " provider-already-linked" ,
209
- // (undocumented)
210
- QUOTA_EXCEEDED = " quota-exceeded" ,
211
- // (undocumented)
212
- REDIRECT_CANCELLED_BY_USER = " redirect-cancelled-by-user" ,
213
- // (undocumented)
214
- REDIRECT_OPERATION_PENDING = " redirect-operation-pending" ,
215
- // (undocumented)
216
- REJECTED_CREDENTIAL = " rejected-credential" ,
217
- // (undocumented)
218
- SECOND_FACTOR_ALREADY_ENROLLED = " second-factor-already-in-use" ,
219
- // (undocumented)
220
- SECOND_FACTOR_LIMIT_EXCEEDED = " maximum-second-factor-count-exceeded" ,
221
- // (undocumented)
222
- TENANT_ID_MISMATCH = " tenant-id-mismatch" ,
223
- // (undocumented)
224
- TIMEOUT = " timeout" ,
225
- // (undocumented)
226
- TOKEN_EXPIRED = " user-token-expired" ,
227
- // (undocumented)
228
- TOO_MANY_ATTEMPTS_TRY_LATER = " too-many-requests" ,
229
- // (undocumented)
230
- UNAUTHORIZED_DOMAIN = " unauthorized-continue-uri" ,
231
- // (undocumented)
232
- UNSUPPORTED_FIRST_FACTOR = " unsupported-first-factor" ,
233
- // (undocumented)
234
- UNSUPPORTED_PERSISTENCE = " unsupported-persistence-type" ,
235
- // (undocumented)
236
- UNSUPPORTED_TENANT_OPERATION = " unsupported-tenant-operation" ,
237
- // (undocumented)
238
- UNVERIFIED_EMAIL = " unverified-email" ,
239
- // (undocumented)
240
- USER_CANCELLED = " user-cancelled" ,
241
- // (undocumented)
242
- USER_DELETED = " user-not-found" ,
243
- // (undocumented)
244
- USER_DISABLED = " user-disabled" ,
245
- // (undocumented)
246
- USER_MISMATCH = " user-mismatch" ,
247
- // (undocumented)
248
- USER_SIGNED_OUT = " user-signed-out" ,
249
- // (undocumented)
250
- WEAK_PASSWORD = " weak-password" ,
251
- // (undocumented)
252
- WEB_STORAGE_UNSUPPORTED = " web-storage-unsupported"
253
- }
254
-
255
65
// @public
256
66
export const browserLocalPersistence: externs .Persistence ;
257
67
0 commit comments