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
Audience
[JsonPropertyName("audience")]
public string? Audience { get; set; }
Property Value
ClientId
[JsonPropertyName("client_id")]
public required string ClientId { get; set; }
Property Value
ClientSecret
[JsonPropertyName("client_secret")]
public required string ClientSecret { get; set; }
Property Value
Resource
[JsonPropertyName("resource")]
public string? Resource { get; set; }
Property Value
Scope
[JsonPropertyName("scope")]
public string? Scope { get; set; }
Property Value
TokenEndpoint
[JsonPropertyName("token_endpoint")]
public required string TokenEndpoint { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required FlowsVaultConnectionSetupTypeOauthClientCredentialsEnum Type { 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.