@novice1/frame - v0.3.1
    Preparing search index...

    Interface OAuth2ACTokenParams

    interface OAuth2ACTokenParams {
        clientId: string;
        clientSecret?: string;
        code: string;
        codeVerifier?: string;
        grantType: string;
        redirectUri?: string;
    }
    Index

    Properties

    clientId: string
    clientSecret?: string
    code: string
    codeVerifier?: string
    grantType: string
    redirectUri?: string