OAuthTokens class

This class represents an access token used for OAuth 1.0a authentication.

Constructors

OAuthTokens({required String consumerKey, required String consumerSecret, required String accessToken, required String accessTokenSecret})
Returns the new instance of OAuthTokens.
const

Properties

accessToken String
The token to authenticate OAuth 1.0a
final
accessTokenSecret String
The token secret to authenticate OAuth 1.0a
final
consumerKey String
The key to authenticate OAuth 1.0a
final
consumerSecret String
The key secret to authenticate OAuth 1.0a
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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