Table of Contents

Class EventStreamWebhookCustomHeaderAuth

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Custom header authorization for HTTP requests.

[Serializable]
public record EventStreamWebhookCustomHeaderAuth : IJsonOnDeserialized, IEquatable<EventStreamWebhookCustomHeaderAuth>
Inheritance
EventStreamWebhookCustomHeaderAuth
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

HeaderKey

HTTP header name.

[JsonPropertyName("header_key")]
public required string HeaderKey { get; set; }

Property Value

string

Method

[JsonPropertyName("method")]
public required EventStreamWebhookCustomHeaderAuthMethodEnum Method { get; set; }

Property Value

EventStreamWebhookCustomHeaderAuthMethodEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.