Table of Contents

Class ClientInitiatedBackchannelAuthorizationTokenResponse

Namespace
Auth0.AuthenticationApi.Models.Ciba
Assembly
Auth0.AuthenticationApi.dll
public class ClientInitiatedBackchannelAuthorizationTokenResponse : AccessTokenResponse
Inheritance
ClientInitiatedBackchannelAuthorizationTokenResponse
Inherited Members
Extension Methods

Properties

AuthorizationDetails

[JsonIgnore]
public IReadOnlyList<AuthorizationDetail> AuthorizationDetails { get; }

Property Value

IReadOnlyList<AuthorizationDetail>

AuthorizationDetailsRaw

Raw authorization_details JSON returned by the token endpoint as part of a Rich Authorization Requests (RAR) flow. Use AuthorizationDetails for a strongly-typed view.

[JsonProperty("authorization_details")]
[JsonConverter(typeof(StringOrObjectAsStringConverter))]
public string AuthorizationDetailsRaw { get; set; }

Property Value

string

Scope

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

Property Value

string