Platform class

Configuration of OAuth1Authorization. http://tools.ietf.org/html/rfc5849

Constructors

Platform(String _temporaryCredentialsRequestURI, String _resourceOwnerAuthorizationURI, String _tokenCredentialsRequestURI, SignatureMethod _signatureMethod)

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceOwnerAuthorizationURI String
Resource Owner Authorization URI http://tools.ietf.org/html/rfc5849#section-2.2
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureMethod SignatureMethod
Signature Method http://tools.ietf.org/html/rfc5849#section-3.4
no setter
temporaryCredentialsRequestURI String
Temporary Credentials Request URI http://tools.ietf.org/html/rfc5849#section-2.1
no setter
tokenCredentialsRequestURI String
Token Credentials Request URI http://tools.ietf.org/html/rfc5849#section-2.3
no setter

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