checkOauthRequestMatchCode¶
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