OAuth2ErrorCode

sealed class OAuth2ErrorCode

OAuth 2.0 error codes returned by the server Standard OAuth 2.0 error codes used in error responses to indicate the specific type of error that occurred during token operations.

Inheritors

Types

Link copied to clipboard

Authorization code has expired

Link copied to clipboard
object Companion
Link copied to clipboard

Insufficient permissions to perform this operation

Link copied to clipboard

The request is missing a required parameter, includes an invalid parameter value, or is otherwise malformed

Link copied to clipboard
data class SdkUnknown(val value: String) : OAuth2ErrorCode
Link copied to clipboard

Internal server error occurred

Link copied to clipboard

Token has expired and needs to be refreshed

Link copied to clipboard

User credentials have been changed

Properties

Link copied to clipboard
abstract val value: String