WebsiteAuthorizationProviderSummary constructor

WebsiteAuthorizationProviderSummary({
  1. required AuthorizationProviderType authorizationProviderType,
  2. String? authorizationProviderId,
  3. DateTime? createdTime,
  4. String? domainName,
})

Implementation

WebsiteAuthorizationProviderSummary({
  required this.authorizationProviderType,
  this.authorizationProviderId,
  this.createdTime,
  this.domainName,
});