http4k-security-oauth
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
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
?
)
(
source
)
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
?