ProviderUserIdentifierType constructor

ProviderUserIdentifierType({
  1. String? providerAttributeName,
  2. String? providerAttributeValue,
  3. String? providerName,
})

Implementation

ProviderUserIdentifierType({
  this.providerAttributeName,
  this.providerAttributeValue,
  this.providerName,
});