Skip to main content

Handle incoming request after authorization

Method for insertion into an http service, the address of which is specified in redirect_uri

Function HandleIncomingRequestAfterAuthorization(Request) Export

ParameterCLI optionTypeRequiredDescription
Request-HTTPServiceRequestRequest coming to the http service

Returns: HTTPResponse, Arbitrary, BinaryData - Result of reading the JSON response from the server


tip

Calls the token acquisition method, as for obtaining a token from the code received on redirect_uri after authorization via the browser is only 30 seconds

caution

NOCLI: this method is not available in CLI version