AuthRequestParams Constructors
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.
Overloads
| Name | Description |
|---|---|
| AuthRequestParams(String, String) | |
| AuthRequestParams(String, String, Uri) |
AuthRequestParams(String, String)
public:
AuthRequestParams(Platform::String ^ responseType, Platform::String ^ clientId);
AuthRequestParams(winrt::hstring const& responseType, winrt::hstring const& clientId);
public AuthRequestParams(string responseType, string clientId);
function AuthRequestParams(responseType, clientId)
Public Sub New (responseType As String, clientId As String)
Parameters
- responseType
-
String
Platform::String
winrt::hstring
- clientId
-
String
Platform::String
winrt::hstring
Applies to
AuthRequestParams(String, String, Uri)
public:
AuthRequestParams(Platform::String ^ responseType, Platform::String ^ clientId, Uri ^ redirectUri);
AuthRequestParams(winrt::hstring const& responseType, winrt::hstring const& clientId, Uri const& redirectUri);
public AuthRequestParams(string responseType, string clientId, System.Uri redirectUri);
function AuthRequestParams(responseType, clientId, redirectUri)
Public Sub New (responseType As String, clientId As String, redirectUri As Uri)
Parameters
- responseType
-
String
Platform::String
winrt::hstring
- clientId
-
String
Platform::String
winrt::hstring