Axinom Mosaic Libraries
    Preparing search index...

    Interface AxAuthServiceEnableCommand

    AxAuth service enable command schema

    interface AxAuthServiceEnableCommand {
        config?: AxAuthServiceConfig;
        environment_id: string;
        redirect_urls: string[];
        tenant_id: string;
    }
    Index

    Properties

    AxAuth Service configuration

    environment_id: string

    A UUID.

    redirect_urls: string[]

    Redirect URLs

    tenant_id: string

    A UUID.