GetExternalLink constructor

GetExternalLink(
  1. {required String link,
  2. required bool allow_write_access,
  3. int? extra,
  4. int? clientId}
)

Returns an HTTP URL which can be used to automatically authorize the current user on a website after clicking an HTTP link. Use the method getExternalLinkInfo to find whether a prior user confirmation is needed

Returns HttpUrl

Implementation

GetExternalLink