Skip to content

getOauthLinkInfo

Function · TDLib 1.8.67 · d1085f9c

Returns information about an OAuth deep link. Use checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest to process the link

getOauthLinkInfo(
  url: string,
  in_app_origin: string
) → OauthLinkInfo

url

string

URL of the link

in_app_origin

string

Origin of the OAuth request if the request was received from the in-app browser; pass an empty string otherwise