class MissingAccessToken : OAuth2Exception
Thrown when an OAuth2 server replied with successful HTTP status and expected content type that was successfully decoded but the response doesn't contain error code nor access token
MissingAccessToken()
Thrown when an OAuth2 server replied with successful HTTP status and expected content type that was successfully decoded but the response doesn't contain error code nor access token |
val errorCode: String?
OAuth2 server replied with |