The parameters for constructing a Resend Sign Up code input.

Param: username

a standard username, potentially an email/phone number

Param: options

optional parameters for the Sign Up process such as the plugin options

interface AuthResendSignUpCodeInput<ServiceOptions> {
    options?: ServiceOptions;
    username: string;
}

Type Parameters

Properties

Properties

options?: ServiceOptions
username: string