AppserverIo\Appserver\Core\Api\Node\AuthenticatorsNodeTrait::getAuthenticators PHP 메소드

getAuthenticators() 공개 메소드

Returns the authenticator configuration.
public getAuthenticators ( ) : array
리턴 array The authenticator configuration
    public function getAuthenticators()
    {
        return $this->authenticators;
    }