Class EventStreamWebhookBearerAuth
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Bearer Authorization for HTTP requests (e.g., 'Bearer token').
[Serializable]
public record EventStreamWebhookBearerAuth : IJsonOnDeserialized, IEquatable<EventStreamWebhookBearerAuth>
- Inheritance
-
EventStreamWebhookBearerAuth
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Method
[JsonPropertyName("method")]
public required EventStreamWebhookBearerAuthMethodEnum Method { 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.