FluigConnect class

A class describing OAuth client credentials.

Constructors

FluigConnect(String _url, ClientCredentials _clientCredentials, User _user, [Credentials? _credentials, BaseClient? httpClient])

Properties

credentials Credentials?
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
time_to_live int
final

Methods

connect() Future<Client>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAuthenticate(AuthorizationResponse res) Future<int>
Obtain a set of temporary credentials from the server. http://tools.ietf.org/html/rfc5849#section-2.1
toString() String
A string representation of this object.
inherited

Operators

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