Dingo\Api\Routing\Helpers::getAuthenticationProviders PHP Method

getAuthenticationProviders() public method

Get the controllers authentication providers.
public getAuthenticationProviders ( ) : array
return array
    public function getAuthenticationProviders()
    {
        return $this->authenticationProviders;
    }