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
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
Scope
[JsonProperty("scope")]
public string Scope { get; set; }