The OAuthClientBase type exposes the following members.

Constructors

  NameDescription
Protected methodOAuthClientBase
DotNetNuke.Services.Authentication.OAuth.OAuthClientBase

Methods

  NameDescription
Public methodAuthenticateUser
Public methodAuthorize
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGenerateNonce
Generate a nonce
Public methodGenerateSignature
Generates a signature using the HMAC-SHA1 algorithm
Protected methodGenerateTimeStamp
Generate the timestamp for the signature
Public methodGetCurrentUser<(Of <<'(TUserData>)>>)
Protected methodGetExpiry
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetToken
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHaveVerificationCode
Public methodIsCurrentService
Public methodIsCurrentUserAuthorized
Protected methodLoadTokenCookie
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveToken
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUrlEncode
This is a different Url Encode implementation since the default .NET one outputs the percent encoding in lower case. While this is not a problem with the percent encoding spec, it is used in upper case throughout OAuth

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Fields

  NameDescription
Protected fieldStatic memberOAuthTokenKey

Properties

See Also