WebTokenRequest.ClientId Property

Definition

Gets the Id of the client making the request.

public:
 property Platform::String ^ ClientId { Platform::String ^ get(); };
winrt::hstring ClientId();
public string ClientId { get; }
var string = webTokenRequest.clientId;
Public ReadOnly Property ClientId As String

Property Value

String

Platform::String

winrt::hstring

The Id of the client making the request.

Applies to

See also