OpenAuthorizationData Class
Defines Authorization Information for OAuth 1.0.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["OpenAuthorizationData"] class Type type-node

Syntax

public class OpenAuthorizationData

Constructors

Name Summary
OpenAuthorizationData() Initializes a new instance of the OpenAuthorizationData class.
OpenAuthorizationData(NameValueCollection) Initializes a new instance of the OpenAuthorizationData class.
OpenAuthorizationData(string, NameValueCollection?) Initializes a new instance of the OpenAuthorizationData class.
OpenAuthorizationData(string) Initializes a new instance of the OpenAuthorizationData class.

Properties

Name Property Type Summary
ConsumerKey string
Gets or sets the consumer key.
ConsumerSecret string
Gets or sets the consumer secret.
Nonce string
Gets the nonce.
SignatureMethod string
Gets the signature method.
TimeStamp string
Gets or sets the time stamp.
Token string
Gets or sets the token.
TokenSecret string
Gets or sets the token secret.
Version string
Gets or sets the version.

Extension Methods

Name Value Summary
IsAssignableToISerializable<OpenAuthorizationData>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<OpenAuthorizationData>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<OpenAuthorizationData>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.