toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
auth-kt
/
io.github.jan.supabase.auth.status
/
SessionStatus
/
NotAuthenticated
Not
Authenticated
data
class
NotAuthenticated
(
val
isSignOut
:
Boolean
)
:
SessionStatus
(
source
)
This status means that the user is not logged in
Parameters
is
Sign
Out
Whether this status was caused by a sign-out
Members
Constructors
Not
Authenticated
Link copied to clipboard
constructor
(
isSignOut
:
Boolean
)
Properties
is
Sign
Out
Link copied to clipboard
val
isSignOut
:
Boolean