Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface AuthorizationContext

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

    Properties

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