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. |
|
java.lang.String |
getAccessToken() It can be used to get the access token once the authorization process is completed. |