re-identity-broker.1.1.4.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-identity-broker Show documentation
Show all versions of azure-identity-broker Show documentation
This module contains brokered authentication extensions for Microsoft Azure Identity.
// 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;
}