@modelcontextprotocol/sdk
    Preparing search index...

    Type Alias AuthorizationParams

    type AuthorizationParams = {
        codeChallenge: string;
        redirectUri: string;
        resource?: URL;
        scopes?: string[];
        state?: string;
    }
    Index

    Properties

    codeChallenge: string
    redirectUri: string
    resource?: URL
    scopes?: string[]
    state?: string