Unsupported Grant Type
class UnsupportedGrantType(val grantType: String) : OAuth2Exception, CopyableThrowable<OAuth2Exception.UnsupportedGrantType> (source)
Thrown when an OAuth2 server responds with the "unsupported_grant_type" error.
Parameters
grant Type
that was passed to the server