JchuComponents
Toggle table of contents
3.0.0-alpha11
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-supabase
/
com.jeluchu.jchucomponents.supabase.auth
/
JchuSupabaseAuth
/
updatePassword
update
Password
fun
updatePassword
(
newPassword
:
String
,
currentPassword
:
String
?
=
null
,
nonce
:
String
?
=
null
)
:
Flow
<
Resource
<
JchuSupabaseAuthFailure
,
JchuSupabaseAuthUser
>
>