Class HttpBasicAuthenticator
Authenticator for Http basic authentication.
Inheritance
System.Object
HttpBasicAuthenticator
Implements
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class HttpBasicAuthenticator : object, IAuthenticator
Constructors
| Improve this Doc View SourceHttpBasicAuthenticator(String, String)
Initializes a new instance of the class.
Declaration
public HttpBasicAuthenticator(string username, string password)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | User name. |
System.String | password | Password. |
Methods
| Improve this Doc View SourceAuthenticate(HttpRequestMessage)
Authenticates the specified request.
Declaration
public void Authenticate(HttpRequestMessage request)
Parameters
Type | Name | Description |
---|---|---|
HttpRequestMessage | request | Request. |