OAuthUserAuthenticationProps
Properties for user authentication.
interface OAuthUserAuthenticationProps {
password: string;
username: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
password | Required | string | User password. |
username | Required | string | Unique identifier of a user (e.g an email address). Value provided for the uid field during the sign-up. |