TokenRequest

data class TokenRequest(url: String, httpEntity: HttpEntity<LinkedMultiValueMap<String, String>>)

Those are params for getting token by using restTemplate.

Constructors

TokenRequest
Link copied to clipboard
fun TokenRequest(url: String, httpEntity: HttpEntity<LinkedMultiValueMap<String, String>>)

Properties

httpEntity
Link copied to clipboard
val httpEntity: HttpEntity<LinkedMultiValueMap<String, String>>
HttpEntity contains request body and header.
url
Link copied to clipboard
val url: String
Getting token url.