IWSDHttpAuthParameters interface (wsdbase.h)

Use this interface to retrieve the access token or authorization scheme used during the authentication of a client.

Inheritance

The IWSDHttpAuthParameters interface inherits from the IUnknown interface. IWSDHttpAuthParameters also has these types of members:

Methods

The IWSDHttpAuthParameters interface has these methods.

 
IWSDHttpAuthParameters::GetAuthType

GetAuthType method retrieves the HTTP authentication scheme used during the authentication of the client.
IWSDHttpAuthParameters::GetClientAccessToken

GetClientAccessToken method retrieves the client access token that can be used to either authenticate or impersonate the client.

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)

See also

IUnknown