CLASS
ErrorTokenResponse
Contents
- Properties
error
errorDescription
debugDescription
- Methods
init(from:)
isEqual(_:)
@objcMembers public final class ErrorTokenResponse: NSObject, Codable
An error token response as defined in RFC 6749.
Properties
error
public let error: String
The error code.
errorDescription
public let errorDescription: String
Additional information, used to assist the client developer in understanding the error that occurred.
debugDescription
override public var debugDescription: String
Methods
init(from:)
public init(from decoder: Decoder) throws
Parameters
Name | Description |
---|---|
decoder | The decoder to read data from. |
isEqual(_:)
override public func isEqual(_ object: Any?) -> Bool