C# Class Elastacloud.AzureManagement.Fluent.Types.MobileServices.WindowsAuthProvider

This class is the mobile services provider and is used to pull and push details of the provider
Show file Open project: azurecoder/fluent-management

Private Properties

Property Type Description

Public Methods

Method Description
WindowsAuthProvider ( string packageSid, string clientId, string clientSecret ) : Newtonsoft.Json

Used to construct a mobile services provider

Method Details

WindowsAuthProvider() public method

Used to construct a mobile services provider
public WindowsAuthProvider ( string packageSid, string clientId, string clientSecret ) : Newtonsoft.Json
packageSid string
clientId string
clientSecret string
return Newtonsoft.Json