SealdSsksTMRPluginSaveIdentityResponse class SealdSsksTMRPlugin
SealdSsksTMRPluginSaveIdentityResponse is returned by SealdSsksTMRPlugin.saveIdentity when an identity has been successfully saved.
Properties
- authenticatedSessionId → String?
-
If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssksId → String
-
The SSKS ID of the stored identity, which can be used by your backend to manage it.
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