MsAuthLoginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MsAuthLoginPlatform
Implementers

Constructors

MsAuthLoginPlatform()
Constructs a MsAuthLoginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
init({required String? clientId, required String? redirectUri, required String? tenantId, required String? resourceId}) Future<LoginModel>
login() Future<LoginModel>
logout() Future<LoginModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
silentToken() Future<LoginModel>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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