http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iamidentitycenter
/
org.http4k.connect.amazon.iamidentitycenter
/
SSOCacheManager
SSOCache
Manager
class
SSOCacheManager
(
val
ssoProfile
:
SSOProfile
,
val
cachedTokenDirectory
:
Path
,
val
clientName
:
ClientName
)
(
source
)
Members
Constructors
SSOCache
Manager
Link copied to clipboard
constructor
(
ssoProfile
:
SSOProfile
,
cachedTokenDirectory
:
Path
,
clientName
:
ClientName
)
Properties
cached
Token
Directory
Link copied to clipboard
val
cachedTokenDirectory
:
Path
client
Name
Link copied to clipboard
val
clientName
:
ClientName
sso
Profile
Link copied to clipboard
val
ssoProfile
:
SSOProfile
Functions
retrieve
SSOCached
Registration
Link copied to clipboard
fun
retrieveSSOCachedRegistration
(
)
:
SSOCachedRegistration
?
retrieve
SSOCached
Token
Link copied to clipboard
fun
retrieveSSOCachedToken
(
)
:
SSOCachedToken
?
store
SSOCached
Registration
Link copied to clipboard
fun
storeSSOCachedRegistration
(
cachedRegistration
:
SSOCachedRegistration
)
store
SSOCached
Token
Link copied to clipboard
fun
storeSSOCachedToken
(
cachedToken
:
SSOCachedToken
)