supabase-kt
Toggle table of contents
3.2.0
common
Platform filter
common
Switch theme
supabase-kt
compose-auth
/
io.github.jan.supabase.compose.auth.composable
/
NativeSignInStatus
/
Started
Started
data
class
Started
(
val
nonce
:
String
?
,
val
extraData
:
JsonObject
?
)
:
NativeSignInStatus
(
source
)
The flow has started
Parameters
nonce
The nonce to use for the flow
extra
Data
Extra data to pass into the sign in
Members
Constructors
Started
Link copied to clipboard
constructor
(
nonce
:
String
?
,
extraData
:
JsonObject
?
)
Properties
extra
Data
Link copied to clipboard
val
extraData
:
JsonObject
?
nonce
Link copied to clipboard
val
nonce
:
String
?