Table of Contents

Interface IFederatedConnectionsTokensetsClient

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
public interface IFederatedConnectionsTokensetsClient
Extension Methods

Methods

DeleteAsync(string, string, RequestOptions?, CancellationToken)

Task DeleteAsync(string id, string tokensetId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
tokensetId string
options RequestOptions
cancellationToken CancellationToken

Returns

Task

ListAsync(string, RequestOptions?, CancellationToken)

List active federated connections tokensets for a provided user

WithRawResponseTask<IEnumerable<FederatedConnectionTokenSet>> ListAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<IEnumerable<FederatedConnectionTokenSet>>