Documentation Index
Fetch the complete documentation index at: https://iam-docs.platform.ai71services.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
SignIn component is a user interface element for handling user sign-in. It includes fields for email and password, OAuth section and provides callbacks for handling sign-in completion and for navigation to sign-up and forgotten password pages.
Props
A callback function that is called when the sign-in process is successfully completed.
An optional callback function that is called when the user clicks the sign-up link.
An optional callback function that is called when the user clicks the “forgot password” link.
Example Usage
Reference:
- Demo Next.js project source code
- SignIn page demo source code
sign-in.tsx