Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

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

function verifyTelegramOAuth(options: VerifyTelegramOAuthOptions): Promise<VerifyOAuthResult>;
Verifies a Telegram OAuth authentication by calling the verifyOAuthEndUserIdentity endpoint.

Parameters

ParameterTypeDescription
optionsVerifyTelegramOAuthOptionsThe options containing the flowId and Telegram auth data from the popup.

Returns

Promise<VerifyOAuthResult> The result of the verification.