re-identity.1.14.2.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 Show documentation
Show all versions of azure-identity Show documentation
This module contains client library for Microsoft Azure Identity.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.identity {
requires transitive com.azure.core;
requires com.microsoft.aad.msal4j;
requires msal4j.persistence.extension;
requires com.sun.jna;
requires com.sun.jna.platform;
requires org.reactivestreams;
requires java.xml;
exports com.azure.identity;
exports com.azure.identity.implementation to com.azure.identity.broker;
opens com.azure.identity to com.azure.identity.broker;
opens com.azure.identity.implementation to com.azure.identity.broker, com.azure.core;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy