1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php require_once(dirname(dirname(__FILE__)) . '/libextinc/OAuth.php'); /** * OAuth Provider implementation.. * * @author Andreas Åkre Solberg, <andreas.solberg@uninett.no>, UNINETT AS. * @package SimpleSAMLphp */ class sspmod_oauth_OAuthServer extends OAuthServer { public function get_signature_methods() { return $this->signature_methods; } }