PasskeyRealm class Null safety

Realm information associated with a Passkey. A Realm is a unique administrative domain within a Tenant. Some Tenants will only need the use of a single Realm, in this case a Realm and a Tenant may seem synonymous. Each Realm contains a unique set of Directory, Policy, Event, Application, and Branding objects.

Constructors

PasskeyRealm({required String id, required String displayName})

Properties

displayName String
The display name of the realm.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String
The unique identifier of the realm.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

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

Static Methods

mapToRealm(dynamic passkey) PasskeyRealm