The optional parameters for the Sign Up process.

Remarks

Particular services may require some of these parameters.

interface AuthSignUpOptions<UserAttributeKey> {
    userAttributes: Partial<Record<UserAttributeKey, string>>;
}

Type Parameters

Properties

Properties

userAttributes: Partial<Record<UserAttributeKey, string>>