Table of Contents

Class FlowActionAuth0SendRequestParams

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowActionAuth0SendRequestParams : IJsonOnDeserialized, IEquatable<FlowActionAuth0SendRequestParams>
Inheritance
FlowActionAuth0SendRequestParams
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ConnectionId

[JsonPropertyName("connection_id")]
public required string ConnectionId { get; set; }

Property Value

string

Headers

[JsonPropertyName("headers")]
public Dictionary<string, object?>? Headers { get; set; }

Property Value

Dictionary<string, object>

Method

[JsonPropertyName("method")]
public FlowActionAuth0SendRequestParamsMethod? Method { get; set; }

Property Value

FlowActionAuth0SendRequestParamsMethod?

Params

[JsonPropertyName("params")]
public Dictionary<string, FlowActionAuth0SendRequestParamsQueryParamsValue?>? Params { get; set; }

Property Value

Dictionary<string, FlowActionAuth0SendRequestParamsQueryParamsValue>

Pathname

[JsonPropertyName("pathname")]
public required string Pathname { get; set; }

Property Value

string

Payload

[JsonPropertyName("payload")]
public FlowActionAuth0SendRequestParamsPayload? Payload { get; set; }

Property Value

FlowActionAuth0SendRequestParamsPayload

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.