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

    Interface AuthAuthorizeParams

    interface AuthAuthorizeParams {
        clientId: string;
        redirectUri: string;
        codeChallenge: string;
        codeChallengeMethod: "S256";
        state: string;
    }
    Index

    Properties

    clientId: string
    redirectUri: string
    codeChallenge: string
    codeChallengeMethod: "S256"
    state: string