MobileServicePKCEAuthentication Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new instance of the MobileServicePKCEAuthentication.
public MobileServicePKCEAuthentication (Microsoft.WindowsAzure.MobileServices.MobileServiceClient client, string provider, string uriScheme, System.Collections.Generic.IDictionary<string,string> parameters);
new Microsoft.WindowsAzure.MobileServices.Internal.MobileServicePKCEAuthentication : Microsoft.WindowsAzure.MobileServices.MobileServiceClient * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.Internal.MobileServicePKCEAuthentication
Public Sub New (client As MobileServiceClient, provider As String, uriScheme As String, parameters As IDictionary(Of String, String))
Parameters
- client
- MobileServiceClient
The MobileServiceClient to use for communication.
- provider
- String
The authentication provider.
- uriScheme
- String
The URI Scheme
- parameters
- IDictionary<String,String>
The parameters to send along with the request