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

re-communication-identity.1.6.0.source-code.module-info Maven / Gradle / Ivy

Go to download

This package contains APIs for application identity in Microsoft Azure Communication Services. For this release, see notes - https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-identity/README.md and https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/communication/azure-communication-identity/CHANGELOG.md. Microsoft Azure Communication Identity quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-java

The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.communication.identity {
    requires com.azure.json;
    requires transitive com.azure.communication.common;

    // public API surface area
    exports com.azure.communication.identity;
    exports com.azure.communication.identity.models;

    opens com.azure.communication.identity.models
        to com.azure.core;
    opens com.azure.communication.identity.implementation.models
        to com.azure.core;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy