MethodChannelTinkoffIdFlutter class
An implementation of TinkoffIdFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- TinkoffIdFlutterPlatform
- MethodChannelTinkoffIdFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- methodChannelBackground → MethodChannel
-
The background method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTokenPayload(
String incomingUri) → Future< Map< String, dynamic> > -
override
-
init(
String clientId, String redirectUri, bool debugIOS) → Future< void> -
override
-
isTinkoffAuthAvailable(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signOutByRefreshToken(
String refreshToken) → Future< bool> -
override
-
startTinkoffAuth(
String redirectUri) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateToken(
String refreshToken) → Future< Map< String, dynamic> > -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited