Start a passwordless authentication flow by sending a verification code or magic link to the user’s email or phone.
Supported connection types:
email - Send code or link via emailsms - Send code via SMSSend options:
link - Send a magic link (email only)code - Send a one-time codeThe access token received from the authorization server in the OAuth 2.0 flow.
Your application's Client ID
The connection type for passwordless authentication
email, sms Whether to send a magic link or a code. Only 'code' is supported for SMS.
link, code Your application's Client Secret (required for confidential clients)
The user's email address (required when connection is 'email')
The user's phone number in E.164 format (required when connection is 'sms')
Additional authentication parameters to include (scope, state, etc.)