AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode::getType PHP 메소드

getType() 공개 메소드

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