toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
SSOCachedRegistration
SSOCached
Registration
@
JsonSerializable
data
class
SSOCachedRegistration
(
val
clientId
:
String
,
val
clientSecret
:
String
,
val
expiresAt
:
Instant
,
val
scopes
:
List
<
String
>
?
=
null
,
val
grantTypes
:
List
<
GrantType
>
?
=
null
)
Members
Members & Extensions
Constructors
SSOCached
Registration
Link copied to clipboard
constructor
(
clientId
:
String
,
clientSecret
:
String
,
expiresAt
:
Instant
,
scopes
:
List
<
String
>
?
=
null
,
grantTypes
:
List
<
GrantType
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
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
grant
Types
Link copied to clipboard
val
grantTypes
:
List
<
GrantType
>
?
=
null
scopes
Link copied to clipboard
val
scopes
:
List
<
String
>
?
=
null
Functions
to
Registered
Client
Link copied to clipboard
fun
SSOCachedRegistration
.
toRegisteredClient
(
clock
:
Clock
)
:
RegisteredClient