toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security.oauth.client
/
TokenRequest
Token
Request
data
class
TokenRequest
(
val
grant_type
:
String
,
val
refresh_token
:
String
?
,
val
client_id
:
String
?
,
val
code
:
String
?
,
val
redirect_uri
:
Uri
?
)
Members
Constructors
Token
Request
Link copied to clipboard
constructor
(
grant_type
:
String
,
refresh_token
:
String
?
,
client_id
:
String
?
,
code
:
String
?
,
redirect_uri
:
Uri
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client_
id
Link copied to clipboard
val
client_id
:
String
?
code
Link copied to clipboard
val
code
:
String
?
grant_
type
Link copied to clipboard
val
grant_type
:
String
redirect_
uri
Link copied to clipboard
val
redirect_uri
:
Uri
?
refresh_
token
Link copied to clipboard
val
refresh_token
:
String
?