OdooPkceFlow class

Constructors

OdooPkceFlow(OdooOauthProvider provider, {BaseClient? httpClient})

Properties

client ↔ BaseClient
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
provider → OAuthProvider
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair

Methods

authenticateViaOdooCallback(String odooCallbackUrl, {Map<String, String>? additionalParams, Map<String, String> headers = const {'Accept' : 'text/html'}}) Future<Response>
authorize({Map<String, String>? additionalParams, FlutterWebAuth2Options? options, String scopeSeparator = ' '}) Future<String?>
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