toggle menu
http4k
LOCAL
jvm
switch theme
search in API
http4k-security-oauth
/
org.http4k.security
/
AccessTokenResponse
Access
Token
Response
data
class
AccessTokenResponse
(
val
access_token
:
String
,
val
token_type
:
String
?
=
null
,
val
expires_in
:
Long
?
=
null
,
val
id_token
:
String
?
=
null
,
val
scope
:
String
?
=
null
,
val
refresh_token
:
String
?
=
null
)
Members
Constructors
Access
Token
Response
Link copied to clipboard
constructor
(
access_token
:
String
,
token_type
:
String
?
=
null
,
expires_in
:
Long
?
=
null
,
id_token
:
String
?
=
null
,
scope
:
String
?
=
null
,
refresh_token
:
String
?
=
null
)
Properties
access_token
Link copied to clipboard
val
access_token
:
String
expires_in
Link copied to clipboard
val
expires_in
:
Long
?
=
null
id_token
Link copied to clipboard
val
id_token
:
String
?
=
null
refresh_token
Link copied to clipboard
val
refresh_token
:
String
?
=
null
scope
Link copied to clipboard
val
scope
:
String
?
=
null
token_type
Link copied to clipboard
val
token_type
:
String
?
=
null
Functions
to
Access
Token
Link copied to clipboard
fun
toAccessToken
(
)
:
AccessToken