Share via


TokenRequestParams.ClientId Property

Definition

Specifies the client_id parameter of the token request.

public:
 property Platform::String ^ ClientId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ClientId();

void ClientId(winrt::hstring value);
public string ClientId { get; set; }
var string = tokenRequestParams.clientId;
tokenRequestParams.clientId = string;
Public Property ClientId As String

Property Value

String

Platform::String

winrt::hstring

A string that specifies the client_id parameter of the token request.

Applies to