ClientAuthContext constructor

ClientAuthContext({
  1. String? authId,
  2. ClientAgreements? agreements,
  3. Map<String, Object>? attributes,
})

Implementation

ClientAuthContext({this.authId, this.agreements, this.attributes});