CompositeAuthenticator constructor
const
CompositeAuthenticator(
- List<
Authenticator> authenticators
Creates a composite over authenticators.
Implementation
const CompositeAuthenticator(this.authenticators);