Home > @vsf-enterprise/sapcc-api > OAuthUserAuthenticationProps
OAuthUserAuthenticationProps interface
Required props for user authorization.
Signature:
export interface OAuthUserAuthenticationProps
Properties
| Property | Type | Description |
|---|---|---|
| isRememberMe? | boolean | (Optional) Remember me flag for the user. |
| password? | string | (Optional) Password for the user account. |
| username? | string | (Optional) Email of the user account. |