OAuth2Exception
Represents a error during communicating to OAuth2 server
Types
Link copied to clipboard
Thrown when OAuth2 server responded error="invalid_grant"
Link copied to clipboard
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
Link copied to clipboard
class UnknownException(details: String, errorCode: String) : OAuth2Exception, CopyableThrowable<OAuth2Exception.UnknownException>
Content copied to clipboard
OAuth2 server responded with an error code errorCode
Link copied to clipboard
class UnsupportedGrantType(grantType: String) : OAuth2Exception, CopyableThrowable<OAuth2Exception.UnsupportedGrantType>
Content copied to clipboard
Throw when an OAuth2 server replied with error "unsupported_grant_type"
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard