Table of Contents

Class TriggersClient

Namespace
Auth0.ManagementApi.Actions
Assembly
Auth0.ManagementApi.dll
public class TriggersClient : ITriggersClient
Inheritance
TriggersClient
Implements
Inherited Members
Extension Methods

Properties

Bindings

public 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.

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

Parameters

options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<ListActionTriggersResponseContent>

Examples

await client.Actions.Triggers.ListAsync();