Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface AuthorizationContext

    interface AuthorizationContext {
        authenticationType: AuthenticationType;
        directoryId: null | string;
        directoryName: null | string;
        loginUrl: null | string;
    }
    Index

    Properties

    authenticationType: AuthenticationType
    directoryId: null | string
    directoryName: null | string
    loginUrl: null | string