PHP Class AppserverIo\Appserver\Core\Api\Node\AuthenticationNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$uri string The authentication uri to match for

Public Methods

Method Description
getUri ( ) : string Returns the authentication type

Method Details

getUri() public method

Returns the authentication type
public getUri ( ) : string
return string The authentication type

Property Details

$uri protected property

The authentication uri to match for
protected string $uri
return string