@mendix/extensions-api - v0.9.0
    Preparing search index...

    Interface Authentication

    A unit is a container of elements, it can not contain other units.

    interface Authentication {
        $CreationOptions?: unknown;
        $ID: string;
        $Type: "Authentication$Authentication";
        $UnitID?: string;
        authenticationDetails: null | AuthenticationDetails;
        documentation: string;
        excluded: boolean;
        exportLevel: ExportLevel;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    $CreationOptions?: unknown

    Options to pass during the element creation

    $ID: string

    The unique id of the element.

    $Type: "Authentication$Authentication"

    The type of the element.

    $UnitID?: string
    authenticationDetails: null | AuthenticationDetails
    documentation: string
    excluded: boolean
    exportLevel: ExportLevel
    name: string