Table of Contents

Class ClientRefreshTokenPolicy

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Audience

The identifier of the resource server to which the Multi Resource Refresh Token Policy applies

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

Property Value

string

Scope

The resource server permissions granted under the Multi Resource Refresh Token Policy, defining the context in which an access token can be used

[JsonPropertyName("scope")]
public IEnumerable<string> Scope { get; set; }

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.