RelyingPartyType class

The RelyingPartyType class wraps the data of a relying party. It is used to identify the party that is requesting authentication.

Annotations
  • @JsonSerializable()

Constructors

RelyingPartyType.new({required String name, required String id})
Constructs a new instance.
RelyingPartyType.fromJson(Map<String, dynamic> json)
Constructs a new instance from a JSON map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the relying party. This is typically the domain of the website that is requesting authentication.
final
name String
The display name of the relying party.
final
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<String, dynamic>
Converts this instance to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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