LoginExtensions constructor

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

Implementation

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