You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
1.3.0 (2022-10-13)
Features Added
Added support to customize the Communication Identity access token's validity period:
create_user_and_token and get_token methods in both sync and async clients can now accept keyword argument token_expires_in: ~datetime.timedelta that provides the ability to create a Communication Identity access token with custom expiration.
Added a new API version ApiVersion.V2022_10_01 that is now the default API version.