api/symfony/Component/Mailer/Transport/Smtp/Auth/AuthenticatorInterface.yaml

43 lines
922 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: AuthenticatorInterface
class_comment: null
dependencies:
- name: TransportExceptionInterface
type: class
source: Symfony\Component\Mailer\Exception\TransportExceptionInterface
- name: EsmtpTransport
type: class
source: Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
properties: []
methods:
- name: authenticate
visibility: public
parameters:
- name: client
comment: '# * An Authentication mechanism.
# *
# * @author Chris Corbyn
# */
# interface AuthenticatorInterface
# {
# /**
# * Tries to authenticate the user.
# *
# * @throws TransportExceptionInterface'
- name: getAuthKeyword
visibility: public
parameters: []
comment: '# * Gets the name of the AUTH mechanism this Authenticator handles.'
traits:
- Symfony\Component\Mailer\Exception\TransportExceptionInterface
- Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport
interfaces: []