Table of Contents

Class FlowsVaultConnectioSetupJwt

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FlowsVaultConnectioSetupJwt : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<FlowsVaultConnectioSetupJwt>
Inheritance
FlowsVaultConnectioSetupJwt
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

Algorithm

[JsonPropertyName("algorithm")]
public required FlowsVaultConnectioSetupJwtAlgorithmEnum Algorithm { get; set; }

Property Value

FlowsVaultConnectioSetupJwtAlgorithmEnum

Type

[JsonPropertyName("type")]
public required FlowsVaultConnectioSetupTypeJwtEnum Type { get; set; }

Property Value

FlowsVaultConnectioSetupTypeJwtEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.