http4k-security-oauth
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security
/
AccessTokenResponse
/
AccessTokenResponse
Access
Token
Response
constructor
(
access_token
:
String
,
token_type
:
String
?
=
null
,
expires_in
:
Long
?
=
null
,
id_token
:
String
?
=
null
,
scope
:
String
?
=
null
,
refresh_token
:
String
?
=
null
)
(
source
)