Overview
  • Namespace
  • Class

Namespaces

  • Http
    • Message
      • Authentication
      • Decorator
      • Encoding
        • Filter
      • Formatter
      • MessageFactory
      • StreamFactory
      • UriFactory

Interfaces

  • Authentication
  • Formatter

Interface Authentication

Authenticate a PSR-7 Request.

Direct known implementers

Http\Message\Authentication\BasicAuth, Http\Message\Authentication\Bearer, Http\Message\Authentication\Chain, Http\Message\Authentication\Matching, Http\Message\Authentication\QueryParam, Http\Message\Authentication\Wsse

Namespace: Http\Message
Author: Márk Sági-Kazár mark.sagikazar@gmail.com
Located at Authentication.php

Methods summary

public Psr\Http\Message\RequestInterface
# authenticate( Psr\Http\Message\RequestInterface $request )

Authenticates a request.

Authenticates a request.

Parameters

$request

Returns

Psr\Http\Message\RequestInterface
API documentation generated by ApiGen