Properties
- currentWebId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAuthenticatedNotifier → AuthValueListenable
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userDisplayName → String?
-
no setterinherited
Methods
-
getDpopToken(
String url, String method) → Future< ({String accessToken, String dPoP})> - Generates a DPoP (Demonstration of Proof-of-Possession) token for API requests.
-
isAuthenticated(
) → Future< bool> -
inherited
-
logout(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshToken(
{String? reason}) → Future< void> - Refreshes the authentication token.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited