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

    Interface AccountKeyParams

    Parameters for account-scoped keys. All fields are required - no silent defaults.

    interface AccountKeyParams {
        accountId: string;
        service: string;
    }
    Index

    Properties

    Properties

    accountId: string

    Account identifier - typically an email address

    service: string

    Service name (e.g., 'gmail', 'sheets', 'drive', 'outlook')