interface VerifyOptions {
    request: Request;
    tokens: OAuth2Tokens;
}

Properties

Properties

request: Request

The request that triggered the verification flow

tokens: OAuth2Tokens

The OAuth2 tokens retrivied from the identity provider