Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AuthenticatorInterface.php

function AuthenticatorInterface::authenticate

Tries to authenticate the user.

Throws

TransportExceptionInterface

4 methods override AuthenticatorInterface::authenticate()
CramMd5Authenticator::authenticate in vendor/symfony/mailer/Transport/Smtp/Auth/CramMd5Authenticator.php
LoginAuthenticator::authenticate in vendor/symfony/mailer/Transport/Smtp/Auth/LoginAuthenticator.php
PlainAuthenticator::authenticate in vendor/symfony/mailer/Transport/Smtp/Auth/PlainAuthenticator.php
XOAuth2Authenticator::authenticate in vendor/symfony/mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php

File

vendor/symfony/mailer/Transport/Smtp/Auth/AuthenticatorInterface.php, line 29

Class

AuthenticatorInterface
An Authentication mechanism.

Namespace

Symfony\Component\Mailer\Transport\Smtp\Auth

Code

public function authenticate(EsmtpTransport $client) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal