AuthenticationContextOrigin constructor

AuthenticationContextOrigin({
  1. String? sourceIp,
  2. String? userAgent,
  3. String? geolocation,
  4. String? referer,
})

Implementation

AuthenticationContextOrigin({
  this.sourceIp,
  this.userAgent,
  this.geolocation,
  this.referer,
});