Table of Contents

Class EventStreamCloudEventContextClient

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

The OAuth Client requesting or presenting an access token.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Id

The client identifier.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Metadata

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

Property Value

Dictionary<string, object>

Name

The client name.

[JsonPropertyName("name")]
public required string Name { 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.