AuthRequestParams.ClientId Property
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.
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
A string containing the client_id
parameter of the authorization request.