ts-mailcow-api
    Preparing search index...

    Interface OAuth2Endpoints

    Interface for all OAuth2 Client endpoints related to email handling in Mailcow.

    interface OAuth2Endpoints {
        add(payload: AddOAuthClientRequest): Promise<MailcowResponse>;
        delete(payload: DeleteOAuthClientRequest): Promise<MailcowResponse>;
        get(payload: GetOAuthClientRequest): Promise<OAuthClient[]>;
    }
    Index

    Methods

    Methods