IWSDHttpAuthParameters::GetClientAccessToken method (wsdbase.h)
The GetClientAccessToken method retrieves the client access token that can be used to either authenticate or impersonate the client.
Syntax
HRESULT GetClientAccessToken(
[out] HANDLE *phToken
);
Parameters
[out] phToken
Pointer to a variable that on return receives the token handle.
Return value
This method returns S_OK on success.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | wsdbase.h (include Wsdapi.h) |