You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface that represents the credentials returned by [EmailAuthProvider](./auth.emailauthprovider.md#emailauthprovider_class) for [ProviderId](./auth.md#providerid)<!---->.PASSWORD
13
+
Interface that represents the credentials returned by [EmailAuthProvider](./auth-web-extension.emailauthprovider.md#emailauthprovider_class) for .PASSWORD
14
14
15
-
Covers both [SignInMethod](./auth.md#signinmethod)<!---->.EMAIL\_PASSWORD and [SignInMethod](./auth.md#signinmethod)<!---->.EMAIL\_LINK.
15
+
Covers both .EMAIL\_PASSWORD and .EMAIL\_LINK.
16
16
17
17
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `EmailAuthCredential` class.
18
18
@@ -21,18 +21,18 @@ The constructor for this class is marked as internal. Third-party code should no
| [fromJSON(json)](./auth.emailauthcredential.md#emailauthcredentialfromjson) | <code>static</code> | Static method to deserialize a JSON representation of an object into an [AuthCredential](./auth.authcredential.md#authcredential_class)<!-- -->. |
31
-
| [toJSON()](./auth.emailauthcredential.md#emailauthcredentialtojson) | | Returns a JSON-serializable representation of this object. |
30
+
| [fromJSON(json)](./auth-web-extension.emailauthcredential.md#emailauthcredentialfromjson) | <code>static</code> | Static method to deserialize a JSON representation of an object into an [AuthCredential](./auth-web-extension.authcredential.md#authcredential_class)<!-- -->. |
31
+
| [toJSON()](./auth-web-extension.emailauthcredential.md#emailauthcredentialtojson) | | Returns a JSON-serializable representation of this object. |
32
32
33
33
## EmailAuthCredential.fromJSON()
34
34
35
-
Static method to deserialize a JSON representation of an object into an [AuthCredential](./auth.authcredential.md#authcredential_class)<!-- -->.
35
+
Static method to deserialize a JSON representation of an object into an [AuthCredential](./auth-web-extension.authcredential.md#authcredential_class)<!-- -->.
| [EMAIL\_LINK\_SIGN\_IN\_METHOD](./auth.emailauthprovider.md#emailauthprovideremail_link_sign_in_method) | <code>static</code> | 'emailLink' | Always set to [SignInMethod](./auth.md#signinmethod)<!-- -->.EMAIL\_LINK. |
27
-
| [EMAIL\_PASSWORD\_SIGN\_IN\_METHOD](./auth.emailauthprovider.md#emailauthprovideremail_password_sign_in_method) | <code>static</code> | 'password' | Always set to [SignInMethod](./auth.md#signinmethod)<!-- -->.EMAIL\_PASSWORD. |
28
-
| [PROVIDER\_ID](./auth.emailauthprovider.md#emailauthproviderprovider_id) | <code>static</code> | 'password' | Always set to [ProviderId](./auth.md#providerid)<!-- -->.PASSWORD, even for email link. |
29
-
| [providerId](./auth.emailauthprovider.md#emailauthproviderproviderid) | | "password" | Always set to [ProviderId](./auth.md#providerid)<!-- -->.PASSWORD, even for email link. |
26
+
| [EMAIL\_LINK\_SIGN\_IN\_METHOD](./auth-web-extension.emailauthprovider.md#emailauthprovideremail_link_sign_in_method) | <code>static</code> | 'emailLink' | Always set to .EMAIL\_LINK. |
27
+
| [EMAIL\_PASSWORD\_SIGN\_IN\_METHOD](./auth-web-extension.emailauthprovider.md#emailauthprovideremail_password_sign_in_method) | <code>static</code> | 'password' | Always set to .EMAIL\_PASSWORD. |
28
+
| [PROVIDER\_ID](./auth-web-extension.emailauthprovider.md#emailauthproviderprovider_id) | <code>static</code> | 'password' | Always set to .PASSWORD, even for email link. |
29
+
| [providerId](./auth-web-extension.emailauthprovider.md#emailauthproviderproviderid) | | "password" | Always set to .PASSWORD, even for email link. |
30
30
31
31
## Methods
32
32
33
33
| Method | Modifiers | Description |
34
34
| --- | --- | --- |
35
-
| [credential(email, password)](./auth.emailauthprovider.md#emailauthprovidercredential) | <code>static</code> | Initialize an [AuthCredential](./auth.authcredential.md#authcredential_class) using an email and password. |
36
-
| [credentialWithLink(email, emailLink)](./auth.emailauthprovider.md#emailauthprovidercredentialwithlink) | <code>static</code> | Initialize an [AuthCredential](./auth.authcredential.md#authcredential_class) using an email and an email link after a sign in with email link operation. |
35
+
| [credential(email, password)](./auth-web-extension.emailauthprovider.md#emailauthprovidercredential) | <code>static</code> | Initialize an [AuthCredential](./auth-web-extension.authcredential.md#authcredential_class) using an email and password. |
36
+
| [credentialWithLink(email, emailLink)](./auth-web-extension.emailauthprovider.md#emailauthprovidercredentialwithlink) | <code>static</code> | Initialize an [AuthCredential](./auth-web-extension.authcredential.md#authcredential_class) using an email and an email link after a sign in with email link operation. |
Initialize an [AuthCredential](./auth.authcredential.md#authcredential_class) using an email and an email link after a sign in with email link operation.
120
+
Initialize an [AuthCredential](./auth-web-extension.authcredential.md#authcredential_class) using an email and an email link after a sign in with email link operation.
0 commit comments