Click or drag to resize

IOAuthClient Interface

Abstract representation of an OAuth client.

Namespace:  Packflow.Interface.Account
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public interface IOAuthClient

The IOAuthClient type exposes the following members.

Methods
  NameDescription
Public methodGetOAuthToken
Returns an OAuth validation token for given parameters. Checks against OAuth provider if given auth code is valid.
Public methodGetUserData
Gets the user data from OAuth token.
Top
See Also