IAMPASSAuthenticationSession constructor

IAMPASSAuthenticationSession(
  1. bool authenticated,
  2. String status,
  3. String? reason,
  4. String? statusURL,
  5. String? token,
  6. String? secret,
  7. String? logoutURL,
)

Implementation

IAMPASSAuthenticationSession(this.authenticated, this.status, this.reason,
    this.statusURL, this.token, this.secret, this.logoutURL);