public String getAuthorizationUrl() {
   return service.getAuthorizationURI(clientCredentials, scope).toString();
 }