IAMPASSStartAuthenticationParams constructor

IAMPASSStartAuthenticationParams(
  1. String userID,
  2. List<AuthenticationMethod>? methods,
  3. int? durationSeconds,
  4. IAMPASSUser user,
)

Implementation

IAMPASSStartAuthenticationParams(
    this.userID, this.methods, this.durationSeconds, this.user);