Table of Contents

Class AuthorizationAnswerSuccess

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A successful authorization answer.

public sealed record AuthorizationAnswerSuccess : IAuthorizationAnswer, IEquatable<AuthorizationAnswerSuccess>
Inheritance
AuthorizationAnswerSuccess
Implements
Inherited Members

Properties

Response

The response.

[JsonPropertyName("response")]
public required Response Response { get; init; }

Property Value

Response

Type

The answer type.

[JsonIgnore]
public string Type { get; }

Property Value

string

Warnings

The warnings.

[JsonPropertyName("warnings")]
public required IReadOnlyCollection<DetailedError> Warnings { get; init; }

Property Value

IReadOnlyCollection<DetailedError>