AuthFactory
in package
implements
AuthFactoryInterface
Class AuthFactory
Tags
Interfaces, Classes and Traits
- AuthFactoryInterface
- Interface AuthFactoryInterface
Table of Contents
- $passwordEncryptionSettings : PasswordEncryptionSettings
- __construct() : mixed
- AuthFactory constructor.
- createAuthService() : AuthService
- Creates a AuthService which is used to provide the authentication methods.
Properties
$passwordEncryptionSettings
protected
PasswordEncryptionSettings
$passwordEncryptionSettings
Methods
__construct()
AuthFactory constructor.
public
__construct(PasswordEncryptionSettings $passwordEncryptionSettings) : mixed
Parameters
- $passwordEncryptionSettings : PasswordEncryptionSettings
Return values
mixed —createAuthService()
Creates a AuthService which is used to provide the authentication methods.
public
createAuthService() : AuthService