ClientAuthContext constructor
ClientAuthContext({
- String? authId,
- ClientAgreements? agreements,
- Map<
String, Object> ? attributes,
Implementation
ClientAuthContext({this.authId, this.agreements, this.attributes});