Interface ICustomSigningClient
- Namespace
- Auth0.ManagementApi.Keys
- Assembly
- Auth0.ManagementApi.dll
public interface ICustomSigningClient
- Extension Methods
Methods
DeleteAsync(RequestOptions?, CancellationToken)
Delete entire jwks representation of custom signing keys.
Task DeleteAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
optionsRequestOptionscancellationTokenCancellationToken
Returns
GetAsync(RequestOptions?, CancellationToken)
Get entire jwks representation of custom signing keys.
WithRawResponseTask<GetCustomSigningKeysResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
optionsRequestOptionscancellationTokenCancellationToken
Returns
SetAsync(SetCustomSigningKeysRequestContent, RequestOptions?, CancellationToken)
Create or replace entire jwks representation of custom signing keys.
WithRawResponseTask<SetCustomSigningKeysResponseContent> SetAsync(SetCustomSigningKeysRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
requestSetCustomSigningKeysRequestContentoptionsRequestOptionscancellationTokenCancellationToken