toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
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
?