Class AuthorizationCodeInstalledApp.DefaultBrowser (1.34.1)

public static class AuthorizationCodeInstalledApp.DefaultBrowser implements AuthorizationCodeInstalledApp.Browser

Default browser that just delegates to AuthorizationCodeInstalledApp#browse(String).

Inheritance

java.lang.Object > AuthorizationCodeInstalledApp.DefaultBrowser

Constructors

DefaultBrowser()

public DefaultBrowser()

Methods

browse(String url)

public void browse(String url)
Parameter
NameDescription
urlString
Exceptions
TypeDescription
IOException