WebsiteAuthorizationProviderSummary constructor
WebsiteAuthorizationProviderSummary({
- required AuthorizationProviderType authorizationProviderType,
- String? authorizationProviderId,
- DateTime? createdTime,
- String? domainName,
Implementation
WebsiteAuthorizationProviderSummary({
required this.authorizationProviderType,
this.authorizationProviderId,
this.createdTime,
this.domainName,
});