string * 'secret' => string * ) */ public function get_service_credentials(); /** * Returns the results of the authentication in json format * * @return string The unique identifier returned by the service provider * that is used to authenticate the user with phpBB. */ public function perform_auth_login(); /** * Sets the external library service provider * * @param \OAuth\Common\Service\ServiceInterface $service */ public function set_external_service_provider(\OAuth\Common\Service\ServiceInterface $service_provider); }