C# Class Microsoft.WindowsAzure.MediaServices.Client.MediaServicesCredentials

Show file Open project: Azure/azure-sdk-for-media-services Class Usage Examples

Public Methods

Method Description
MediaServicesCredentials ( string clientId, string clientSecret ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

MediaServicesCredentials ( string clientId, string clientSecret, string scope, IList acsBaseAddressList ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

MediaServicesCredentials ( string clientId, string clientSecret, string scope, string acsBaseAddress ) : System.Collections.Generic

Initializes a new instance of the OAuthDataServiceAdapter class.

Method Details

MediaServicesCredentials() public method

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
return System.Collections.Generic

MediaServicesCredentials() public method

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret, string scope, IList acsBaseAddressList ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
scope string The scope.
acsBaseAddressList IList List of acs base address.
return System.Collections.Generic

MediaServicesCredentials() public method

Initializes a new instance of the OAuthDataServiceAdapter class.
public MediaServicesCredentials ( string clientId, string clientSecret, string scope, string acsBaseAddress ) : System.Collections.Generic
clientId string The client id.
clientSecret string The client secret.
scope string The scope.
acsBaseAddress string The acs base address.
return System.Collections.Generic