OAuth authorize
documentedAuthorize a GoTo OAuth client.
GET /oauth/v2/authorizeAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://authentication.logmeininc.com/oauth/authorize?client_id={{$client_id}}&response_type=code&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}" \
-X GET \
-H "Accept: application/json"