Class BasicAuthenticationCredentials
Represents basic authentication credentials for an HTTP request.
public class BasicAuthenticationCredentials
- Inheritance
-
BasicAuthenticationCredentials
- Inherited Members
Properties
- Password
Gets the plain password component from this credentials.
- UserId
Gets the user id component from this credentials.