Loading...
Searching...
No Matches
Public Attributes | List of all members
BPrivate::Network::BHttpAuthentication Struct Reference

Describe username and password for basic authentication for the request. More...

Public Attributes

BString password
 The password for the request.
 
BString username
 The username for the request.
 

Detailed Description

Describe username and password for basic authentication for the request.

See also
These options are used by BHttpRequest::Authentication() and BHttpRequest::SetAuthentication()
Since
Haiku R1

Member Data Documentation

◆ password

BString BPrivate::Network::BHttpAuthentication::password

The password for the request.

Since
Haiku R1

◆ username

BString BPrivate::Network::BHttpAuthentication::username

The username for the request.

Since
Haiku R1