Interface IClientsClient
- Namespace
- Auth0.ManagementApi.Connections
- Assembly
- Auth0.ManagementApi.dll
public interface IClientsClient
- Extension Methods
Methods
GetAsync(string, GetConnectionEnabledClientsRequestParameters, RequestOptions?, CancellationToken)
Retrieve all clients that have the specified connection enabled.
Note: The first time you call this endpoint, omit the from parameter. If there are more results, a next value is included in the response. You can use this for subsequent API calls. When next is no longer included in the response, no further results are remaining.
Task<Pager<ConnectionEnabledClient>> GetAsync(string id, GetConnectionEnabledClientsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestGetConnectionEnabledClientsRequestParametersoptionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(string, IEnumerable<UpdateEnabledClientConnectionsRequestContentItem>, RequestOptions?, CancellationToken)
Task UpdateAsync(string id, IEnumerable<UpdateEnabledClientConnectionsRequestContentItem> request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestIEnumerable<UpdateEnabledClientConnectionsRequestContentItem>optionsRequestOptionscancellationTokenCancellationToken