supabase-kt
Toggle table of contents
3.4.1
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.jwt
/
JwkCacheEntry
Jwk
Cache
Entry
data
class
JwkCacheEntry
(
val
jwks
:
List
<
JWK
>
,
val
cachedAt
:
Instant
)
(
source
)
Represents a cache entry used in
JwkCache
Parameters
jwks
A list of
JWK
s
cached
At
The time the entry was cached at
Members
Constructors
Jwk
Cache
Entry
Link copied to clipboard
constructor
(
jwks
:
List
<
JWK
>
,
cachedAt
:
Instant
)
Properties
cached
At
Link copied to clipboard
val
cachedAt
:
Instant
jwks
Link copied to clipboard
val
jwks
:
List
<
JWK
>