The interface that is used to perform the OAuth 2.0 authorization for different Git repository hosting services (GitHub, Bitbucket, etc.).
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | authorize()Shows a browser with the appropriate authorization web page. | 
|  | AccessTokenParams | getAccessTokenParams()Returns parameters of the obtained access token. | 
Shows a browser with the appropriate authorization web page.
Returns parameters of the obtained access token.