Skip to content

azure-communication-identity_1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Feb 01:04
c0ddc7b

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 of core.credential.AccessToken instead of CommunicationUserToken.

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.