Table of Contents

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

options RequestOptions
cancellationToken CancellationToken

Returns

Task

GetAsync(RequestOptions?, CancellationToken)

Get entire jwks representation of custom signing keys.

WithRawResponseTask<GetCustomSigningKeysResponseContent> GetAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetCustomSigningKeysResponseContent>

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

request SetCustomSigningKeysRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<SetCustomSigningKeysResponseContent>