CodeCraft Auth API Docs - v0.0.0
Preparing search index...
modules/authentication/components/auth-social-login
AuthSocialLoginProps
Interface AuthSocialLoginProps
interface
AuthSocialLoginProps
{
isPending
?:
boolean
;
onGoogleClick
?:
()
=>
Promise
<
void
>
;
separatorText
?:
string
;
text
?:
string
;
}
Index
Properties
is
Pending?
on
Google
Click?
separator
Text?
text?
Properties
Optional
is
Pending
isPending
?:
boolean
Optional
on
Google
Click
onGoogleClick
?:
()
=>
Promise
<
void
>
Optional
separator
Text
separatorText
?:
string
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Pending
on
Google
Click
separator
Text
text
CodeCraft Auth API Docs - v0.0.0
Loading...