Share via


AuthRequestParams.ClientId Property

Definition

Specifies the required client_id parameter of the authorization request described by the section 2.2 of RFC 6749.

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 = authRequestParams.clientId;
authRequestParams.clientId = string;
Public Property ClientId As String

Property Value

String

Platform::String

winrt::hstring

A string containing the client_id parameter of the authorization request.

Applies to