Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
resume.php 271 B
<?php

/**
 * This page serves as the point where the user's authentication
 * process is resumed after the login page.
 *
 * It simply passes control back to the class.
 *
 * @package simpleSAMLphp
 * @version $Id$
 */
sspmod_exampleauth_Auth_Source_External::resume();