IdentityProviderType constructor

IdentityProviderType({
  1. Map<String, String>? attributeMapping,
  2. DateTime? creationDate,
  3. List<String>? idpIdentifiers,
  4. DateTime? lastModifiedDate,
  5. Map<String, String>? providerDetails,
  6. String? providerName,
  7. IdentityProviderTypeType? providerType,
  8. String? userPoolId,
})

Implementation

IdentityProviderType({
  this.attributeMapping,
  this.creationDate,
  this.idpIdentifiers,
  this.lastModifiedDate,
  this.providerDetails,
  this.providerName,
  this.providerType,
  this.userPoolId,
});