Setup & Installation
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. Handling token expiry manually across multiple ACS services is error-prone; this library centralizes credential lifecycle and identifier parsing so you don't have to reimplement them per service.
When to use it
- Working with azure communication common java functionality
- Implementing azure communication common java features
- Debugging azure communication common java related issues
