ITokenProvider Interface

 

A generic interface to a RFC6750 bearer token provider.

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

Syntax

public interface ITokenProvider
public interface class ITokenProvider
type ITokenProvider = interface end
Public Interface ITokenProvider

Properties

Name Description
System_CAPS_pubproperty MediaServicesAccountName

The media services account for which the token is being provided.

Methods

Name Description
System_CAPS_pubmethod GetAccessToken()

Gets the access token to use.

System_CAPS_pubmethod GetAuthorizationHeader()

Gets a value for the Authorization header in RFC6750 format

See Also

Microsoft.WindowsAzure.MediaServices.Client Namespace

Return to top