PROTOCOL
OAuthErrorModel
public protocol OAuthErrorModel: OAuthModel
An error model related with OAuth.
Properties
error
var error: String
The error code.
errorDescription
var errorDescription: String?
Additional information, used to assist the client developer in understanding the error that occurred.
errorUri
var errorUri: String?
A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error.