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

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 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
MobileServicesAuthProvider ( string provider, string appId, string secret ) : Newtonsoft.Json

Used to construct a mobile services provider

Method Details

MobileServicesAuthProvider() public method

Used to construct a mobile services provider
public MobileServicesAuthProvider ( string provider, string appId, string secret ) : Newtonsoft.Json
provider string
appId string
secret string
return Newtonsoft.Json