interface VerifyOptions {
    form: FormData;
    request: Request;
}

Properties

Properties

form: FormData

A FormData object with the content of the form used to trigger the authentication.

Here you can read any input value using the FormData API.

request: Request

The request that triggered the authentication.