IAMPASSStartAuthenticationParams constructor
IAMPASSStartAuthenticationParams(
- String userID,
- List<
AuthenticationMethod> ? methods, - int? durationSeconds,
- IAMPASSUser user,
Implementation
IAMPASSStartAuthenticationParams(
this.userID, this.methods, this.durationSeconds, this.user);