supabase-kt
Toggle table of contents
3.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
supabase-kt
auth-kt
/
io.github.jan.supabase.auth.status
/
SessionSource
/
SignIn
Sign
In
data
class
SignIn
(
val
provider
:
AuthProvider
<
*
,
*
>
)
:
SessionSource
(
source
)
The session was loaded from a sign in
Parameters
provider
The provider that was used to sign in
Members
Constructors
Sign
In
Link copied to clipboard
constructor
(
provider
:
AuthProvider
<
*
,
*
>
)
Properties
provider
Link copied to clipboard
val
provider
:
AuthProvider
<
*
,
*
>