TinkoffIdFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- TinkoffIdFlutterPlatform
- Implementers
Constructors
- TinkoffIdFlutterPlatform()
- Constructs a TinkoffIdFlutterPlatform.
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
-
getTokenPayload(
String incomingUri) → Future< Map< String, dynamic> > -
init(
String clientId, String redirectUri, bool debugIOS) → Future< void> -
isTinkoffAuthAvailable(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signOutByRefreshToken(
String refreshToken) → Future< bool> -
startTinkoffAuth(
String redirectUri) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
updateToken(
String refreshToken) → Future< Map< String, dynamic> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ TinkoffIdFlutterPlatform
-
The default instance of TinkoffIdFlutterPlatform to use.
getter/setter pair