The optional parameters for the Sign Up process.

Remarks

Particular services may require some of these parameters.

interface AuthSignUpOptions<UserAttributeKey> {
    userAttributes: AuthUserAttributes<UserAttributeKey>;
}

Type Parameters

Properties

Properties