credentials Class

credentials represents a set of user credentials (username and password) to be used for the client and proxy authentication

Warning

This topic contains information for the C++ REST SDK 1.0 (codename "Casablanca"). If you are using a later version from the Codeplex Casablanca web page, then use the local documentation at https://casablanca.codeplex.com/documentation.

class credentials;

Members

Public Constructors

Name

Description

credentials::credentials Constructor

Public Methods

Name

Description

credentials::is_set Method

credentials::password Method

credentials::username Method

Requirements

Header: http_client.h

Namespace: web::http::client

See Also

Reference

web::http::client Namespace