ISocialSession::GetLogonUrl

Gets a string that represents a URL that is used for presenting a browser-based form to the user during web authentication.

HRESULT _stdcall GetLogonUrl([out, retval] BSTR* url);

Parameters

url

[out] A string that contains a URL for the form used in web authentication.

Remarks

After the form is presented to the user, the ISocialSession::LogonWeb method is called with an empty string for the connectIn parameter.

See also