@@ -80,6 +80,9 @@ |
||
80 | 80 | return $result['keys']; |
81 | 81 | } |
82 | 82 | |
83 | + /** |
|
84 | + * @return string |
|
85 | + */ |
|
83 | 86 | abstract public function getOpenIdUrl(); |
84 | 87 | |
85 | 88 | /** |
@@ -126,6 +126,7 @@ |
||
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |
129 | + * @param string $data |
|
129 | 130 | * @return bool |
130 | 131 | * @throws \RuntimeException |
131 | 132 | * @throws \SocialConnect\OpenIDConnect\Exception\UnsupportedSignatureAlgoritm |