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
Method
[JsonPropertyName("method")]
public required EventStreamWebhookBasicAuthMethodEnum Method { get; set; }
Property Value
Username
Username
[JsonPropertyName("username")]
public required string Username { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.