MissingAccessToken
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
Constructors
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 |
Inherited Properties
val errorCode: String? OAuth2 server replied with |