create
Starts the sign in process.
Note: Prefer using Clerk.auth.signIn or other Clerk.auth.* methods for new code.
Return
A ClerkResult containing the created SignIn object on success, or a ClerkErrorResponse on failure.
Parameters
params
The strategy to authenticate with.
Creates a new SignIn object with the provided parameters.
Return
A ClerkResult containing the created SignIn object on success, or a ClerkErrorResponse on failure.
Parameters
params
The raw parameters to create the SignIn object with.