ts-mailcow-api
    Preparing search index...

    Interface GetOAuthClientRequest

    Request payload to get an OAuth client or all clients.

    interface GetOAuthClientRequest {
        id: string;
    }
    Index

    Properties

    Properties

    id: string

    The OAuth client ID or 'all' to retrieve all clients.