Alokai

OAuthUserAuthenticationProps

Properties for user authentication.

interface OAuthUserAuthenticationProps {
	password: string;
	username: string;
}

Properties

NameRequiredTypeDescription
passwordRequiredstringUser password.
usernameRequiredstringUnique identifier of a user (e.g an email address). Value provided for the uid field during the sign-up.

On this page