SecureStorageManager class

Provides high-level secure token storage APIs.

Constructors

SecureStorageManager.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

hiveDataPath String
final

Static Methods

close() Future<void>
Close storage properly (for CLI apps)
deleteToken() Future<void>
Delete the stored token
getToken() String?
Retrieve the stored token
initialize() Future<void>
Initialize Hive with encryption
saveToken(String token) Future<void>
Save a token securely