JchuComponents
Toggle table of contents
3.0.0-alpha08
common
Target filter
common
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-supabase
/
com.jeluchu.jchucomponents.supabase.auth
/
JchuSupabaseAuth
Jchu
Supabase
Auth
class
JchuSupabaseAuth
Members
Functions
current
User
Id
Link copied to clipboard
fun
currentUserId
(
)
:
String
?
sign
In
With
Email
Link copied to clipboard
fun
signInWithEmail
(
email
:
String
,
password
:
String
)
:
Flow
<
Resource
<
Failure
,
Unit
>
>
sign
Out
Link copied to clipboard
fun
signOut
(
)
:
Flow
<
Resource
<
Failure
,
Unit
>
>
sign
Up
With
Email
Link copied to clipboard
fun
signUpWithEmail
(
email
:
String
,
password
:
String
,
redirectUrl
:
String
?
=
null
)
:
Flow
<
Resource
<
Failure
,
Unit
>
>