SealdAccountInfo class Helpers
Represents information about the local account.
Returned when calling SealdSdk.createAccount or SealdSdk.getCurrentAccountInfo.
Properties
- deviceExpires → DateTime?
-
The date at which the current device keys expire. For continued operation, renew your device keys before this date.
null
if it is not known locally: use SealdSdk.updateCurrentDevice: to retrieve it.final - deviceId → String
-
The ID of the current device for this SDK instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
The ID of the current user for this SDK instance.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited