UaePassPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • UaePassPlatform
Implementers

Constructors

UaePassPlatform()
Constructs a UaePassPlatform.

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

getAccessToken(String code) Future<String>
getProfile(String accessToken) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUp({required String clientId, required String clientSecret, required bool isProduction, required String urlScheme, required String state, required String redirectUri, required String scope}) Future<void>
signIn() Future<String>
signOut() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance UaePassPlatform
The default instance of UaePassPlatform to use.
getter/setter pair