@bugbug-io/sdk
    Preparing search index...

    Interface AuthTokenRequest

    interface AuthTokenRequest {
        grantType: "authorization_code";
        clientId: string;
        redirectUri: string;
        code: string;
        codeVerifier: string;
    }
    Index

    Properties

    grantType: "authorization_code"
    clientId: string
    redirectUri: string
    code: string
    codeVerifier: string