B2CAuthority class
Authority representation.
Constructors
- B2CAuthority(String authorityURL, String authorityType, bool isDefault)
- Default constructor.
-
B2CAuthority.fromJson(Map<
String, dynamic> data) - Creates a B2CAuthority from a JSON map.
Properties
-
Authority type (e.g. B2C).
latefinal
-
Complete URL of the authority.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDefault ↔ bool
-
Indicates if it is the default authority or not (i.e. the default
authority is used to obtain the configuration, typicaly in B2C the default
authority is the sign_up_sign_in policy).
latefinal
- policyName → String
-
Return the policy name associathed to the authority.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map - Returns a JSON representation.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited