skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-communication-common-java

Communication Services common utilities

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-communication-common-java

Overview

What This Skill Does

Shared Java library for authenticating with Azure Communication Services. Provides CommunicationTokenCredential with automatic token refresh, and typed identifier classes for ACS users, phone numbers, and Teams users.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure Communication Common (Java)

Shared authentication utilities and data structures for Azure Communication Services.

Installation

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-communication-common</artifactId>
    <version>1.4.0</version>
</dependency>

Key Concepts

Class Purpose
CommunicationTokenCredential Authenticate users with ACS services
CommunicationTokenRefreshOptions Configure automatic token refresh
CommunicationUserIdentifier Identify ACS users
PhoneNumberIdentifier Identify PSTN phone numbers
MicrosoftTeamsUserIdentifier Identify Teams users
UnknownIdentifier Generic identifier for unknown types
Lines 1 - 25 of 298

Recommendations

Explore other random skills

All skillsMy patterns