All Downloads are FREE. Search and download functionalities are using the official Maven repository.

re-identity-broker.1.1.4.source-code.module-info Maven / Gradle / Ivy

Go to download

This module contains brokered authentication extensions for Microsoft Azure Identity.

There is a newer version: 1.1.5
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.identity.broker {
    requires transitive com.azure.identity;
    requires msal4j.brokers;
    requires com.microsoft.aad.msal4j;
    opens com.azure.identity.broker.implementation to com.azure.identity;
    exports com.azure.identity.broker;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy