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.
Support passing the Identity property to the payload sent to JobsClient.SendVerificationEmailAsync
and TicketClient.CreateEmailVerificationTicketAsync in Auth0.ManagementApi
Fix ConnectionsClient.GetAllAsync when trying to use multiple strategies in Auth0.ManagementApi
Add Sources to the User's Permissions when using UserClient.GetPermissionsAsync in Auth0.ManagementApi.
The return type of the UserClient.GetPermissionsAsync method has been changed,
so there might be use-cases where this is breaking your existing code base.
In case you are inheriting the UserClient and overriding the GetPermissionsAsync method, you will need to update your code
to ensure the return type matches the return type of the updated UserClient.GetPermissionsAsync method.