Interface IKeysClient
- Namespace
- Auth0.ManagementApi.Connections
- Assembly
- Auth0.ManagementApi.dll
public interface IKeysClient
- Extension Methods
Methods
CreateAsync(string, Optional<PostConnectionKeysRequestContent?>, RequestOptions?, CancellationToken)
Provision initial connection keys for Okta or OIDC connection strategies. This endpoint allows you to create keys before configuring the connection to use Private Key JWT authentication, enabling zero-downtime transitions.
WithRawResponseTask<IEnumerable<PostConnectionsKeysResponseContentItem>> CreateAsync(string id, Optional<PostConnectionKeysRequestContent?> request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestOptional<PostConnectionKeysRequestContent>optionsRequestOptionscancellationTokenCancellationToken
Returns
GetAsync(string, RequestOptions?, CancellationToken)
Gets the connection keys for the Okta or OIDC connection strategy.
WithRawResponseTask<IEnumerable<ConnectionKey>> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringoptionsRequestOptionscancellationTokenCancellationToken
Returns
RotateAsync(string, Optional<RotateConnectionKeysRequestContent?>, RequestOptions?, CancellationToken)
Rotates the connection keys for the Okta or OIDC connection strategies.
WithRawResponseTask<RotateConnectionsKeysResponseContent> RotateAsync(string id, Optional<RotateConnectionKeysRequestContent?> request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestOptional<RotateConnectionKeysRequestContent>optionsRequestOptionscancellationTokenCancellationToken