ts-mailcow-api
    Preparing search index...

    Interface AddOAuthClientRequest

    Request payload to add a new OAuth client.

    interface AddOAuthClientRequest {
        redirect_uri: string;
    }
    Index

    Properties

    Properties

    redirect_uri: string

    The URI where you should be redirected after OAuth authentication.