AccessToken MethodsNemiro.OAuth

The AccessToken type exposes the following members.

Methods

  NameDescription
Public methodAdd(String, UniValue)
Adds the specified key and value to the UniValue.
(Inherited from UniValue.)
Public methodAdd(String, UniValue, UniValue)
Adds the specified key and value to the UniValue.
(Inherited from UniValue.)
Public methodClone
Creates a new object that is a copy of the current UniValue instance.
(Inherited from UniValue.)
Public methodContainsAttribute
Determines whether the Attributes contains the specified key.
(Inherited from UniValue.)
Public methodContainsKey
Determines whether the CollectionItems contains the specified key.
(Inherited from UniValue.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from UniValue.)
Public methodEquals(String)
Determines whether this instance and another specified String object have the same value.
(Inherited from UniValue.)
Public methodEquals(UniValue)
Determines whether two UniValue instances are equal.
(Inherited from UniValue.)
Public methodEquals(String, StringComparison)
Determines whether this string and a specified String object have the same value. A parameter specifies the culture, case, and sort rules used in the comparison.
(Inherited from UniValue.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttributes
Returns a collection of custom attributes for this instance of a component.
(Inherited from UniValue.)
Public methodGetClassName
Returns the class name of this instance of a component.
(Inherited from UniValue.)
Public methodGetComponentName
Returns the name of this instance of a component.
(Inherited from UniValue.)
Public methodGetConverter
Returns a type converter for this instance of a component.
(Inherited from UniValue.)
Public methodGetDefaultEvent
Returns the default event for this instance of a component.
(Inherited from UniValue.)
Public methodGetDefaultProperty
Returns the default property for this instance of a component.
(Inherited from UniValue.)
Public methodGetEditor
Returns an editor of the specified type for this instance of a component.
(Inherited from UniValue.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from UniValue.)
Public methodGetEvents 
Returns the events for this instance of a component.
(Inherited from UniValue.)
Public methodGetEvents( Attribute )
Returns the events for this instance of a component using the specified attribute array as a filter.
(Inherited from UniValue.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from UniValue.)
Public methodGetList
Returns an IList that can be bound to a data source from an object that does not implement an IList itself.
(Inherited from UniValue.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Overrides RequestResult GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetProperties 
Returns the properties for this instance of a component.
(Inherited from UniValue.)
Public methodGetProperties( Attribute )
Returns the properties for this instance of a component using the attribute array as a filter.
(Inherited from UniValue.)
Public methodGetPropertyOwner
Returns an object that contains the property described by the specified property descriptor.
(Inherited from UniValue.)
Public methodGetType (Inherited from Object.)
Public methodGetTypeCode
Gets the underlying type code of the Data.
(Inherited from UniValue.)
Public methodStatic memberIsNullOrEmpty
Indicates whether the specified value is null or an Empty.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberParse(String)
Converts the specified string to an AccessToken.
Public methodStatic memberParse T (String)
Converts the specified string to an AccessToken.
Public methodRemove
Removes the value with the specified key from the UniValue.
(Inherited from UniValue.)
Public methodToBinary
Returns a Byte array that represents the current UniValue.
(Inherited from UniValue.)
Public methodToBoolean
Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToByte
Converts the value this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToChar
Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDateTime
Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDecimal
Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToDictionary
Copies items of the UniValue to a new Dictionary<string, object>.
(Inherited from UniValue.)
Public methodToDouble
Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt16
Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt32
Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToInt64
Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToNameValueCollection
Copies items of the UniValue to a new NameValueCollection.
(Inherited from UniValue.)
Public methodToSByte
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToSingle
Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToString 
Returns the Value.
(Overrides UniValue ToString .)
Public methodToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToType
Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt16
Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt32
Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Public methodToUInt64
Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information.
(Inherited from UniValue.)
Top
See Also