PHP Interface AppserverIo\Appserver\Core\Api\Node\AuthenticatorNodeInterface

Show file Open project: appserver-io/appserver

Public Methods

Method Description
getName ( ) : string Return's the authenticator name.
getType ( ) : string Return's the authenticator type.

Method Details

getName() public method

Return's the authenticator name.
public getName ( ) : string
return string The authenticator name

getType() public method

Return's the authenticator type.
public getType ( ) : string
return string The authenticator type