toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.server
/
TokenRequest
Token
Request
data
class
TokenRequest
(
val
grantType
:
GrantType
,
val
clientId
:
ClientId
?
,
val
clientSecret
:
String
?
,
val
code
:
String
?
,
val
redirectUri
:
Uri
?
,
val
scopes
:
List
<
String
>
,
val
clientAssertionType
:
Uri
?
,
val
clientAssertion
:
String
?
,
val
refreshToken
:
RefreshToken
?
)
Members
Constructors
Token
Request
Link copied to clipboard
constructor
(
grantType
:
GrantType
,
clientId
:
ClientId
?
,
clientSecret
:
String
?
,
code
:
String
?
,
redirectUri
:
Uri
?
,
scopes
:
List
<
String
>
,
clientAssertionType
:
Uri
?
,
clientAssertion
:
String
?
,
refreshToken
:
RefreshToken
?
)
Properties
client
Assertion
Link copied to clipboard
val
clientAssertion
:
String
?
client
Assertion
Type
Link copied to clipboard
val
clientAssertionType
:
Uri
?
client
Id
Link copied to clipboard
val
clientId
:
ClientId
?
client
Secret
Link copied to clipboard
val
clientSecret
:
String
?
code
Link copied to clipboard
val
code
:
String
?
grant
Type
Link copied to clipboard
val
grantType
:
GrantType
redirect
Uri
Link copied to clipboard
val
redirectUri
:
Uri
?
refresh
Token
Link copied to clipboard
val
refreshToken
:
RefreshToken
?
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>