Table of Contents

Interface IPartialAuthorizationAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for partial authorization answer.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(PartialAuthorizationAnswerResiduals), "residuals")]
[JsonDerivedType(typeof(PartialAuthorizationAnswerFailure), "failure")]
public interface IPartialAuthorizationAnswer

Properties

Type

The answer type.

[JsonPropertyName("type")]
string Type { get; }

Property Value

string