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 |
---|---|
Open |
Initializes a new instance of the OpenAuthorizationData class.
|
Open |
Initializes a new instance of the OpenAuthorizationData class.
|
Open |
Initializes a new instance of the OpenAuthorizationData class.
|
Open |
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 |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|