toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.server
/
TokenRequest
/
TokenRequest
Token
Request
constructor
(
grantType
:
GrantType
,
clientId
:
ClientId
?
,
clientSecret
:
String
?
,
code
:
String
?
,
redirectUri
:
Uri
?
,
scopes
:
List
<
String
>
,
clientAssertionType
:
Uri
?
,
clientAssertion
:
String
?
,
refreshToken
:
RefreshToken
?
)