C# Class Microsoft.Azure.Mobile.Server.Authentication.ProviderCredentials

Base class for all provider specific credentials. Provider specific subclasses include add their own specific information, for example access tokens, token secrets, etc.
Mostra file Open project: Azure/azure-mobile-apps-net-server Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
ProviderCredentials ( string providerName ) : System

Initializes a new instance with the name of the provider associated with this instance.

Method Details

ProviderCredentials() protected method

Initializes a new instance with the name of the provider associated with this instance.
protected ProviderCredentials ( string providerName ) : System
providerName string The name of the provider.
return System