toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
SSOCachedToken
SSOCached
Token
@
JsonSerializable
data
class
SSOCachedToken
(
val
startUrl
:
String
,
val
region
:
String
,
val
accessToken
:
String
,
val
expiresAt
:
Instant
,
val
clientId
:
String
,
val
clientSecret
:
String
,
val
registrationExpiresAt
:
Instant
,
val
refreshToken
:
String
?
=
null
)
Members
Members & Extensions
Constructors
SSOCached
Token
Link copied to clipboard
constructor
(
startUrl
:
String
,
region
:
String
,
accessToken
:
String
,
expiresAt
:
Instant
,
clientId
:
String
,
clientSecret
:
String
,
registrationExpiresAt
:
Instant
,
refreshToken
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
client
Id
Link copied to clipboard
val
clientId
:
String
client
Secret
Link copied to clipboard
val
clientSecret
:
String
expires
At
Link copied to clipboard
val
expiresAt
:
Instant
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
registration
Expires
At
Link copied to clipboard
val
registrationExpiresAt
:
Instant
start
Url
Link copied to clipboard
val
startUrl
:
String
Functions
to
Device
Token
Link copied to clipboard
fun
SSOCachedToken
.
toDeviceToken
(
)
:
DeviceToken