D365ServiceBase class
- Implementers
Constructors
- D365ServiceBase({required String tenantId, required String clientId, required String clientSecret, required String resource})
Properties
Methods
-
getAccessToken(
) → Future< String?> - Retrieves an access token from Azure AD using the client credentials flow.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited