Circle V2 API Docs
Preparing search index...
@repo/auth
clients/base
BaseAuthClient
Class BaseAuthClient
Abstract
Hierarchy (
View Summary
)
BaseAuthClient
SupabaseAuthClient
Index
Constructors
constructor
Properties
logger
Methods
exchange
Code
For
Session
password
Reset
password
Update
sign
In
With
Google
sign
In
With
OTP
sign
In
With
Password
sign
Up
With
Email
And
Password
Constructors
constructor
new
BaseAuthClient
()
:
BaseAuthClient
Returns
BaseAuthClient
Properties
Protected
logger
logger
:
StructuredLogger
= ...
Methods
Abstract
exchange
Code
For
Session
exchangeCodeForSession
(
code
:
string
)
:
Promise
<
OAuthTokens
>
Parameters
code
:
string
Returns
Promise
<
OAuthTokens
>
Abstract
password
Reset
passwordReset
(
email
:
string
)
:
Promise
<
void
>
Parameters
email
:
string
Returns
Promise
<
void
>
Abstract
password
Update
passwordUpdate
(
password
:
string
)
:
Promise
<
void
>
Parameters
password
:
string
Returns
Promise
<
void
>
Abstract
sign
In
With
Google
signInWithGoogle
()
:
Promise
<
{
url
:
string
}
>
Returns
Promise
<
{
url
:
string
}
>
Abstract
sign
In
With
OTP
signInWithOTP
(
options
:
VerifyOtpParams
)
:
Promise
<
OAuthTokens
>
Parameters
options
:
VerifyOtpParams
Returns
Promise
<
OAuthTokens
>
Abstract
sign
In
With
Password
signInWithPassword
(
email
:
string
,
password
:
string
)
:
Promise
<
OAuthTokens
>
Parameters
email
:
string
password
:
string
Returns
Promise
<
OAuthTokens
>
Abstract
sign
Up
With
Email
And
Password
signUpWithEmailAndPassword
(
email
:
string
,
password
:
string
)
:
Promise
<
void
>
Parameters
email
:
string
password
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
logger
Methods
exchange
Code
For
Session
password
Reset
password
Update
sign
In
With
Google
sign
In
With
OTP
sign
In
With
Password
sign
Up
With
Email
And
Password
Circle V2 API Docs
Loading...