TikiStrategyMicrosoft class

Constructors

TikiStrategyMicrosoft({required String redirectUri, required String clientId, dynamic onLink(AuthModel)?, dynamic onUnlink(String?)?, dynamic onRefresh({DateTime? accessExp, String? accessToken, Object? error, DateTime? refreshExp, String? refreshToken})?, Httpp? httpp})
TikiStrategyMicrosoft.loggedIn({required String redirectUri, required String clientId, required String? token, String? email, String? displayName, String? refreshToken, dynamic onLink(AuthModel)?, dynamic onUnlink(String?)?, dynamic onRefresh({DateTime? accessExp, String? accessToken, Object? error, DateTime? refreshExp, String? refreshToken})?, Httpp? httpp})

Properties

authButton Widget
no setter
displayName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

countInbox({DateTime? since, required dynamic onResult(int totalMessageCount), required dynamic onFinish()}) Future<void>
fetchInbox({DateTime? since, String? page, required dynamic onResult(List<String> messagesIds, {String? page}), required dynamic onFinish(), dynamic onError(Object)?}) Future<void>
fetchMessages({required List<String> messageIds, required dynamic onResult(TikiStrategyMicrosoftModelEmail message), required dynamic onFinish(), dynamic onError(Object)?}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendEmail({String? body, required String to, String? subject, dynamic onResult(bool)?}) Future<void>
toString() String
A string representation of this object.
inherited
update({dynamic onUpdate(AuthModel)?}) Future<void>

Operators

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