CompositeAuthenticator constructor

const CompositeAuthenticator(
  1. List<Authenticator> authenticators
)

Creates a composite over authenticators.

Implementation

const CompositeAuthenticator(this.authenticators);