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
/
SessionRefreshInformation
Session
Refresh
Information
data
class
SessionRefreshInformation
(
val
autoRefreshStartedAt
:
Instant
,
val
lastRefreshedAt
:
Instant
?
,
val
refreshingAt
:
Instant
?
)
(
source
)
Members
Constructors
Session
Refresh
Information
Link copied to clipboard
constructor
(
autoRefreshStartedAt
:
Instant
,
lastRefreshedAt
:
Instant
?
,
refreshingAt
:
Instant
?
)
Properties
auto
Refresh
Started
At
Link copied to clipboard
val
autoRefreshStartedAt
:
Instant
last
Refreshed
At
Link copied to clipboard
val
lastRefreshedAt
:
Instant
?
refreshing
At
Link copied to clipboard
val
refreshingAt
:
Instant
?