Skip to main content
AuthenticateCalled with the URL of a request and return the HTTP headers necessary to authenticate it.
BasicAuthenticationAuthenticate requests with basic authentication.
ClientCertificateA client certificate to connect() to a session configured with ClientCertificateConfig.
OAuth2ResourceOwnerPasswordAuthenticationAuthenticate requests with OAuth 2’s Resource Owner Password Credentials Grant.
TokenAuthenticationAuthenticate requests by passing the given token in the Authorization header.