116117118119120121122123124
} else { config.setAccessTokenUrl(ENDPOINTS .get(Constants.OAUTH_ACCESS_TOKEN_URL)); } authenticationStrategy = new Hybrid(config, ENDPOINTS); authenticationStrategy.setPermission(scope); authenticationStrategy.setScope(getScope()); }