OAuth2BasicMapperConfig class

Constructors

OAuth2BasicMapperConfig({required String emailAttributeKey, required TenantNameStrategyType tenantNameStrategy, String? firstNameAttributeKey, String? lastNameAttributeKey, String? tenantNamePattern, String? customerNamePattern, String? defaultDashboardName, bool? alwaysFullScreen})
OAuth2BasicMapperConfig.fromJson(Map<String, dynamic> json)

Properties

alwaysFullScreen bool?
getter/setter pair
customerNamePattern String?
getter/setter pair
defaultDashboardName String?
getter/setter pair
emailAttributeKey String
getter/setter pair
firstNameAttributeKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastNameAttributeKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantNamePattern String?
getter/setter pair
tenantNameStrategy TenantNameStrategyType
getter/setter pair

Methods

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

Operators

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