PasskeyTenant class Null safety

Tenant information associated with a Passkey. A Tenant represents an organization in the Beyond Identity Cloud and serves as a root container for all other cloud components in your configuration.

Constructors

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

Properties

displayName String
The display name of the tenant.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String
The unique identifier of the tenant.
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

mapToTenant(dynamic passkey) PasskeyTenant