ChainAuthenticator
in package
implements
Authenticator
Read onlyYes
FinalYes
Tags
Table of Contents
Interfaces
Methods
- __construct() : mixed
- authenticate() : Principal|null
Methods
__construct()
public
__construct(array<int, Authenticator> $authenticators) : mixed
Parameters
- $authenticators : array<int, Authenticator>
authenticate()
public
authenticate(ServerRequestInterface $request) : Principal|null
Parameters
- $request : ServerRequestInterface