OdooPkceFlow class
Constructors
- OdooPkceFlow(OdooOauthProvider provider, {BaseClient? httpClient})
Properties
Methods
-
authenticateViaOdooCallback(
String odooCallbackUrl, {Map< String, String> ? additionalParams, Map<String, String> headers = const {'Accept' : 'text/html'}}) → Future<Response> -
dispose(
) → void -
exchangeAuthCodeForToken(
Map< String, String> ? additionalParams) → Future<Map< String, dynamic> ?> -
inherited
-
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