Table of Contents

Interface ITriggersClient

Namespace
Auth0.ManagementApi.Actions
Assembly
Auth0.ManagementApi.dll
public interface ITriggersClient
Extension Methods

Properties

Bindings

IBindingsClient Bindings { get; }

Property Value

IBindingsClient

Methods

ListAsync(RequestOptions?, CancellationToken)

Retrieve the set of triggers currently available within actions. A trigger is an extensibility point to which actions can be bound.

WithRawResponseTask<ListActionTriggersResponseContent> ListAsync(RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<ListActionTriggersResponseContent>