42 lines
922 B
YAML
42 lines
922 B
YAML
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: []
|