Source for file IAuthenticator.php
Documentation is available at IAuthenticator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Performs authentication.
- 17: *
- 20: */
- 22: {
- 23: /**#@+ Credential key */
- 26: /**#@-*/
- 28: /**#@+ Exception error code */
- 33: /**#@-*/
- 35: /**
- 36: * Performs an authentication against e.g. database.
- 37: * and returns IIdentity on success or throws AuthenticationException
- 38: *
- 42: */
- 45: }