File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/communication/Azure.Communication.Identity Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.2.0 (Unreleased )
3+ ## 1.2.0 (2022-10-11 )
44
55### Features Added
6- - Added support to customize the Communication Identity access token’s validity period:
6+ - Added support to customize the Communication Identity access token’s validity period:
77 - Added method overloads that provide the ability to create a Communication Identity access token with custom expiration:
88 - ` CreateUserAndToken(IEnumerable<CommunicationTokenScope> scopes, TimeSpan tokenExpiresIn, CancellationToken cancellationToken = default) `
99 - ` CreateUserAndTokenAsync(IEnumerable<CommunicationTokenScope> scopes, TimeSpan tokenExpiresIn, CancellationToken cancellationToken = default) `
You can’t perform that action at this time.
0 commit comments