You are here

protected property RestfulAuthenticationManager::$isOptional in RESTful 7

Determines if authentication is optional.

If FALSE, then \RestfulUnauthorizedException is thrown if no authentication was found. Defaults to FALSE.

Type: bool

File

plugins/authentication/RestfulAuthenticationManager.php, line 33
Contains RestfulAuthenticationManager.

Class

RestfulAuthenticationManager
@file Contains RestfulAuthenticationManager.

Code

protected $isOptional = FALSE;