HttpError
Represents an HTTP error that occurred during the direct authentication process.
Parameters
error
A string representing the error.
httpStatusCode
The HttpStatusCode associated with this error.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
class Oauth2Error(val error: String, httpStatusCode: HttpStatusCode, val errorDescription: String?) : DirectAuthenticationError.HttpError
An OAuth2-specific error that occurred during the direct authentication process.