remix-auth-oauth2 - v3.4.1
    Preparing search index...

    Interface VerifyOptions

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

    Properties

    Properties

    request: Request

    The request that triggered the verification flow

    tokens: OAuth2Tokens

    The OAuth2 tokens retrivied from the identity provider