Subversion Repositories oidplus

Rev

Rev 635 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 635 Rev 1050
Line 15... Line 15...
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
 * See the License for the specific language governing permissions and
16
 * See the License for the specific language governing permissions and
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
namespace ViaThinkSoft\OIDplus;
21
 
21
 
22
class OIDplusAuthPluginSha3SaltedBase64 extends OIDplusAuthPlugin {
22
class OIDplusAuthPluginSha3SaltedBase64 extends OIDplusAuthPlugin {
23
 
23
 
24
        public function verify(OIDplusRAAuthInfo $authInfo, $check_password) {
24
        public function verify(OIDplusRAAuthInfo $authInfo, $check_password) {
25
                $authKey = $authInfo->getAuthKey();
25
                $authKey = $authInfo->getAuthKey();