Skip to main content
type VerifyTelegramOAuthOptions = {
  flowId: string;
  telegramData: TelegramAuthData;
};
Request parameters for verifyTelegramOAuth.

Properties

PropertyTypeDescription
flowIdstringThe flow ID from initiateAuthentication.
telegramDataTelegramAuthDataThe Telegram auth data received from the popup.