@mcp-z/oauth
    Preparing search index...

    Interface AuthRequired

    Authentication required response type

    interface AuthRequired {
        accountId?: string;
        expires_in?: number;
        flow?: string;
        instructions: string;
        message: string;
        provider: string;
        type: "auth_required";
        url: string;
        user_code?: string;
    }
    Index

    Properties

    accountId?: string
    expires_in?: number
    flow?: string
    instructions: string
    message: string
    provider: string
    type: "auth_required"
    url: string
    user_code?: string