AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode::getType PHP Méthode

getType() public méthode

Return's the authenticator type.
public getType ( ) : string
Résultat string The authenticator type
    public function getType()
    {
        return $this->type;
    }
AuthenticatorNode