AuthSessionClientInfo constructor

const AuthSessionClientInfo({
  1. String? platform,
  2. String? os,
  3. String? browser,
  4. AuthSessionLocation? location,
})

Implementation

const AuthSessionClientInfo({
  this.platform,
  this.os,
  this.browser,
  this.location,
});