http4k-security-oauth
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.client
/
AccessTokens
Access
Tokens
interface
AccessTokens
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
refreshToken
:
RefreshToken
)
:
ExpiringCredentials
<
AccessToken
>
?
set
Link copied to clipboard
abstract
operator
fun
set
(
refreshToken
:
RefreshToken
,
accessToken
:
ExpiringCredentials
<
AccessToken
>
)