FlutterOktaAuthSdk class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearTokens(
) → Future< bool> -
createConfig(
BaseRequest request) → Future< void> -
getAccessToken(
) → Future< String?> -
getIdToken(
) → Future< String?> -
getUser(
) → Future< String?> -
introspectAccessToken(
) → Future< String?> -
introspectIdToken(
) → Future< String?> -
introspectRefreshToken(
) → Future< String?> -
isAccessTokenExpired(
) → Future< bool> -
isAuthenticated(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshTokens(
) → Future< String?> -
revokeAccessToken(
) → Future< bool> -
revokeIdToken(
) → Future< bool> -
revokeRefreshToken(
) → Future< bool> -
signIn(
) → Future< bool> -
signOut(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
webSignIn(
Map< String, dynamic> config) → Future<bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
platformVersion
→ Future<
String> -
no setter