Table of Contents

Interface ISupplementalSignalsClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
public interface ISupplementalSignalsClient
Extension Methods

Methods

GetAsync(RequestOptions?, CancellationToken)

Get the supplemental signals configuration for a tenant.

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

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<GetSupplementalSignalsResponseContent>

PatchAsync(UpdateSupplementalSignalsRequestContent, RequestOptions?, CancellationToken)

Update the supplemental signals configuration for a tenant.

WithRawResponseTask<PatchSupplementalSignalsResponseContent> PatchAsync(UpdateSupplementalSignalsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

request UpdateSupplementalSignalsRequestContent
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<PatchSupplementalSignalsResponseContent>