Sign in

Type: SignInOptions

Options used to customize the sign-in flow.

Properties

PropertyTypeDescription
authParams?AuthorizationParamsAdditional authorization parameters merged into the authentication request.
onError?OnErrorCallback invoked if an unexpected error occurs during the sign-in flow.
register?booleanWhen true, initiates the user registration (sign-up) flow instead of a standard sign-in.
returnUrl?stringRelative URL to redirect the user to after successful authentication. If not provided, the application base URL (appUrl) is used.
© 2024 MonoCloud. All rights reserved.