Constructs a confirmSignIn input.

Param: challengeResponse

required parameter for responding to AuthSignInStep returned during the sign in process.

Param: options

optional parameters for the Confirm Sign In process such as the service options

interface AuthConfirmSignInInput<ServiceOptions> {
    challengeResponse: string;
    options?: ServiceOptions;
}

Type Parameters

Properties

challengeResponse: string
options?: ServiceOptions