CLASS
AuthorizationProblem
Contents
- Properties
error
errorDescription
- Methods
init(from:)
encode(to:)
public final class AuthorizationProblem: Problem
An OAuth 2.0 error authorization response.
Properties
error
public let error: String
The error code.
errorDescription
public let errorDescription: String?
A human-readable description of the error.
Methods
init(from:)
public required init(from decoder: Decoder) throws
encode(to:)
override public func encode(to encoder: Encoder) throws