@auth0/nextjs-auth0 - v4.6.1
    Preparing search index...

    Interface TransactionState

    interface TransactionState {
        codeVerifier: string;
        maxAge?: number;
        nonce: string;
        responseType: string;
        returnTo: string;
        state: string;
        [propName: string]: unknown;
    }

    Hierarchy

    • JWTPayload
      • TransactionState

    Indexable

    • [propName: string]: unknown

      Any other JWT Claim Set member.

    Index

    Properties

    codeVerifier: string
    maxAge?: number
    nonce: string
    responseType: string
    returnTo: string
    state: string