BaseIdentityProvider<D extends BaseIdentityProviderApplicationConfiguration> constructor

BaseIdentityProvider<D extends BaseIdentityProviderApplicationConfiguration>({
  1. Map<String, D> applicationConfiguration,
  2. Map<String, dynamic> data,
  3. bool debug,
  4. String id,
  5. num insertInstant,
  6. dynamic lambdaConfiguration,
  7. num lastUpdateInstant,
  8. IdentityProviderLinkingStrategy linkingStrategy,
  9. String name,
  10. Map<String, IdentityProviderTenantConfiguration> tenantConfiguration,
  11. IdentityProviderType type,
})

Implementation

BaseIdentityProvider(
    {this.applicationConfiguration,
    this.data,
    this.debug,
    this.id,
    this.insertInstant,
    this.lambdaConfiguration,
    this.lastUpdateInstant,
    this.linkingStrategy,
    this.name,
    this.tenantConfiguration,
    this.type});