Table of Contents

Interface IAuthorizationAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for authorization answer.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(AuthorizationAnswerSuccess), "success")]
[JsonDerivedType(typeof(AuthorizationAnswerFailure), "failure")]
public interface IAuthorizationAnswer

Properties

Type

The answer type.

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

Property Value

string