Skip to main content

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ContactChannel represents a user’s contact information, such as an email address or phone number. Some auth methods, like OTP/magic link or password, use contact channels for authentication. On this page:

ContactChannel

Basic information about a contact channel, as seen by a user themselves. Usually obtained by calling user.listContactChannels() or user.useContactChannels().

Table of Contents

Properties

Methods


ServerContactChannel

Like ContactChannel, but includes additional methods and properties that require the SECRET_SERVER_KEY. Usually obtained by calling serverUser.listContactChannels() or serverUser.useContactChannels().

Table of Contents

Methods