API Integrator 2016 Java Edition
API Integrator 2016 Java Edition
Questions / Feedback?

OAuthLaunchBrowser Event

Fires before launching a browser with the OAuth authorization URL.

Syntax

public void fireOAuthLaunchBrowser(ApiclientOAuthLaunchBrowserEvent event);

public class ApiclientOAuthLaunchBrowserEvent {
  public String URL;
  public String command;
}

Remarks

When an OAuth authentication attempt is required, this event will fire before launching a browser with the authorization URL.

Within this event you may override the current values of Command and URL and provide your own.

If Command is set to empty string, the bean will not attempt to launch the browser, and instead you will be responsible for directing the user to the authorization URL specified by URL.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 Java Edition - Version 16.0 [Build 7709]