supabase-kt
Toggle table of contents
3.2.2
common
Platform filter
common
Switch theme
Search in API
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.status
/
SessionStatus
/
NotAuthenticated
Not
Authenticated
data
class
NotAuthenticated
(
val
isSignOut
:
Boolean
=
false
)
:
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
=
false
)
Properties
is
Sign
Out
Link copied to clipboard
val
isSignOut
:
Boolean
=
false