azure-communication-identity_1.0.0-beta.4
Pre-release
Pre-release
1.0.0-beta.4 (2021-02-09)
Breaking
pstn
token scope is removed.revokeTokens
now revoke all the currently issued tokens instead of revoking tokens issued prior to a given time.issueToken
returns an instance ofcore.credential.AccessToken
instead ofCommunicationUserToken
.
Added
- Added CommunicationIdentityClient and CommunicationIdentityAsyncClient (originally was part of the azure-communication-aministration package).
- Added support for Azure Active Directory Authentication.
- Added ability to create a user and issue token for it at the same time.