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
Type
The answer type.
[JsonIgnore]
public string Type { get; }
Property Value
Warnings
The warnings.
[JsonPropertyName("warnings")]
public required IReadOnlyCollection<DetailedError> Warnings { get; init; }