You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
OAuthUserAuthenticationProps
Properties for user authentication.
export 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. |