Auth
Authentication. Sign in with credentials, confirm first password and refresh JWT sessions.
Sign in with user credentials
Authenticates a user with email and password. Returns an MFA challenge session if MFA is required, or tokens directly if MFA is not configured.
Refresh authentication session
Issues new access and ID tokens using a valid refresh token, extending the session without requiring re-authentication.
Set initial password on first login
Updates the first password used by a user and updates MFA in the same request