Skip to content

checkOauthRequestMatchCode

Function · TDLib 1.8.67 · d1085f9c

Checks a match-code for an OAuth authorization request. If fails, then the authorization request has failed. Otherwise, authorization confirmation dialog must be shown and the link must be processed using acceptOauthRequest or declineOauthRequest

checkOauthRequestMatchCode(
  url: string,
  match_code: string
) → Ok

url

string

URL of the OAuth deep link

match_code

string

The matching code chosen by the user