OneStoreConfig class
Azure AD / One Store OAuth configuration for FlutterWindowsIap.getPurchaseId.
clientId, clientSecret, and tenantId must be provided by the caller. resource and collectionsResource fall back to built-in defaults when omitted.
Constructors
Properties
- clientId → String?
-
final
- clientSecret → String?
-
final
- collectionsResource → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tenantId → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolved(
) → OneStoreConfig - Applies fallback defaults only for resource and collectionsResource.
-
toMethodChannelMap(
) → Map< String, String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultCollectionsResource → const String
- defaultResource → const String