ClientName MethodsNemiro.OAuth

The ClientName type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate(String)
Returns a new ClientName instance with a specified providerName.
Public methodStatic memberCreate(String, String)
Returns a new ClientName instance with a specified key and providerName.
Public methodEquals(Object)
Determines whether two object instances are equal.
(Overrides ValueType Equals(Object).)
Public methodEquals(ClientName)
Determines whether two object instances are equal.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ValueType GetHashCode .)
Public methodGetType (Inherited from Object.)
Public methodStatic memberParse
Converts a specified string to ClientName.
Public methodToString
Returns a string that represents the current ClientName.
(Overrides ValueType ToString .)
Top
See Also