OAuthDataServiceAdapter Class

An OAuth adapter for a data service.

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.MediaServices.Client.OAuth.OAuthDataServiceAdapter

Namespace:  Microsoft.WindowsAzure.MediaServices.Client.OAuth
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Class OAuthDataServiceAdapter
'Usage
Dim instance As OAuthDataServiceAdapter
public class OAuthDataServiceAdapter
public ref class OAuthDataServiceAdapter
type OAuthDataServiceAdapter =  class end
public class OAuthDataServiceAdapter

The OAuthDataServiceAdapter type exposes the following members.

Constructors

  Name Description
Public method OAuthDataServiceAdapter Initializes a new instance of the OAuthDataServiceAdapter class.

Top

Methods

  Name Description
Public method Adapt Adapts the specified data service context.
Public method AddAccessTokenToRequest Adds the access token to request.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client.OAuth Namespace