Skip to content

Commit

Permalink
Add Grants to IManagementApiClient (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabrodez authored Nov 30, 2023
1 parent 2b4f1d6 commit 4f4efcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Auth0.ManagementApi/IManagementApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ public interface IManagementApiClient : IDisposable
/// </summary>
IEmailTemplatesClient EmailTemplates { get; }

/// <summary>
/// Contains all the methods to call the /grants endpoints.
/// </summary>
IGrantsClient Grants { get; }

/// <summary>
/// Contains all the methods to call the /guardian endpoints.
/// </summary>
Expand Down

0 comments on commit 4f4efcf

Please sign in to comment.