AtAuthImpl constructor

AtAuthImpl({
  1. AtLookUp? atLookUp,
  2. AtChops? atChops,
  3. CramAuthenticator? cramAuthenticator,
  4. PkamAuthenticator? pkamAuthenticator,
  5. AtEnrollmentBase? atEnrollmentBase,
})

Implementation

AtAuthImpl(
    {this.atLookUp,
    this.atChops,
    this.cramAuthenticator,
    this.pkamAuthenticator,
    this.atEnrollmentBase});