Table of Contents

Class EventStreamWebhookBasicAuth

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Basic Authorization for HTTP requests (e.g., 'Basic credentials').

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Method

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

Property Value

EventStreamWebhookBasicAuthMethodEnum

Username

Username

[JsonPropertyName("username")]
public required string Username { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.