Token Request
data class TokenRequest(url: String, httpEntity: HttpEntity<LinkedMultiValueMap<String, String>>)
Content copied to clipboard
Those are params for getting token by using restTemplate.
Constructors
TokenRequest
Link copied to clipboard
fun TokenRequest(url: String, httpEntity: HttpEntity<LinkedMultiValueMap<String, String>>)
Content copied to clipboard