UnsupportedGrantType
class UnsupportedGrantType :
OAuth2Exception,
CopyableThrowable<UnsupportedGrantType>
Throw when an OAuth2 server replied with error “unsupported_grant_type”
Parameters
grantType
- that was passed to the server
Constructors
UnsupportedGrantType(grantType: String) Throw when an OAuth2 server replied with error “unsupported_grant_type” |
Properties
val grantType: String that was passed to the server |
Inherited Properties
val errorCode: String? OAuth2 server replied with |
Functions
fun createCopy(): UnsupportedGrantType |