Share via


TokenRequestParams(String) Constructor

Definition

Creates a new instance of the TokenRequestParams class.

public:
 TokenRequestParams(Platform::String ^ grantType);
 TokenRequestParams(winrt::hstring const& grantType);
public TokenRequestParams(string grantType);
function TokenRequestParams(grantType)
Public Sub New (grantType As String)

Parameters

grantType
String

Platform::String

winrt::hstring

The grant type.

Applies to