TokenRequestParams

fun TokenRequestParams(host: String, endPoint: String, clientId: String, clientSecret: String, redirectUri: String, code: String, grantType: String = "authorization_code", contentType: String = "application/x-www-form-urlencoded")