Class Hook
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents a hook. A hook is arbitrary JavaScript code that can be used to extend Auth0's default behavior when executed in selected extension points.
public class Hook : HookBase
- Inheritance
-
Hook
- Inherited Members
Properties
Id
Gets or sets the identifier for the hook.
[JsonProperty("id")]
public string Id { get; set; }
Property Value
TriggerId
Gets or sets the triggerId of the hook.
[JsonProperty("triggerId")]
public string TriggerId { get; set; }