1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
Vitaly the Alpaca (bot) 10f82960e7 Main build (Jenkins)
2024-09-24 11:38:18 +03:00

744 B

sidebar_position
1

Get authorization link

Generates an authorization link for browser transition

Function GetAuthorizationLink(Val AppKey) Export

Parameter CLI option Type Description
AppKey --appkey String Application key

Returns: String - URL for browser transition


    AppKey = "oynqxds...";
    Result = OPI_Dropbox.GetAuthorizationLink(AppKey);
    
  oint dropbox GetAuthorizationLink --appkey "oynqxds..."

"https://www.dropbox.com/oauth2/authorize?client_id=oynqxdsqft8oyky&response_type=code&token_access_type=offline"