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