Table of Contents

Class FlowsVaultConnectionHttpOauthClientCredentialsSetup

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Audience

[JsonPropertyName("audience")]
public string? Audience { get; set; }

Property Value

string

ClientId

[JsonPropertyName("client_id")]
public required string ClientId { get; set; }

Property Value

string

ClientSecret

[JsonPropertyName("client_secret")]
public required string ClientSecret { get; set; }

Property Value

string

Resource

[JsonPropertyName("resource")]
public string? Resource { get; set; }

Property Value

string

Scope

[JsonPropertyName("scope")]
public string? Scope { get; set; }

Property Value

string

TokenEndpoint

[JsonPropertyName("token_endpoint")]
public required string TokenEndpoint { get; set; }

Property Value

string

Type

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

Property Value

FlowsVaultConnectionSetupTypeOauthClientCredentialsEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.