Next SSR middleware

    Type Alias OAuth2Ticket

    type OAuth2Ticket = {
        code: string;
        state: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    Properties

    code: string
    state: string
    MMNEPVFCICPMFPCPTTAAATR