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
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
)
(
source
)
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
?
id_
token
Link copied to clipboard
val
id_token
:
String
?
refresh_
token
Link copied to clipboard
val
refresh_token
:
String
?
scope
Link copied to clipboard
val
scope
:
String
?
token_
type
Link copied to clipboard
val
token_type
:
String
?
Functions
to
Access
Token
Link copied to clipboard
fun
toAccessToken
(
)
:
AccessToken