BaseIdentityProvider<D extends BaseIdentityProviderApplicationConfiguration> class

Inheritance
Implementers
Annotations
  • @JsonSerializable(createFactory: false)

Constructors

BaseIdentityProvider({Map<String, D> applicationConfiguration, Map<String, dynamic> data, bool debug, String id, num insertInstant, dynamic lambdaConfiguration, num lastUpdateInstant, IdentityProviderLinkingStrategy linkingStrategy, String name, Map<String, IdentityProviderTenantConfiguration> tenantConfiguration, IdentityProviderType type})
BaseIdentityProvider.fromJson(Map<String, dynamic> json)
factory

Properties

applicationConfiguration Map<String, D>
getter/setter pair
data Map<String, dynamic>
getter/setter pair
debug bool
getter/setter pair
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
insertInstant num
getter/setter pair
lambdaConfiguration ↔ dynamic
getter/setter pair
lastUpdateInstant num
getter/setter pair
linkingStrategy IdentityProviderLinkingStrategy
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantConfiguration Map<String, IdentityProviderTenantConfiguration>
getter/setter pair
type IdentityProviderType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited