LoginExtensions constructor

LoginExtensions(
  1. String? appid,
  2. String? appidExclude,
  3. String? credProps
)

Creates the extensions from appid, appidExclude and credProps.

Implementation

LoginExtensions(this.appid, this.appidExclude, this.credProps);