Properties
| Property | Type | Description |
|---|---|---|
flowId | string | The flow ID from initiateAuthentication. |
telegramData | TelegramAuthData | The Telegram auth data received from the popup. |
type VerifyTelegramOAuthOptions = {
flowId: string;
telegramData: TelegramAuthData;
};
| Property | Type | Description |
|---|---|---|
flowId | string | The flow ID from initiateAuthentication. |
telegramData | TelegramAuthData | The Telegram auth data received from the popup. |
Was this page helpful?