• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class HttpBasicAuthenticator

Authenticator for Http basic authentication.

Inheritance
System.Object
HttpBasicAuthenticator
Implements
IAuthenticator
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class HttpBasicAuthenticator : object, IAuthenticator

Constructors

| Improve this Doc View Source

HttpBasicAuthenticator(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 Source

Authenticate(HttpRequestMessage)

Authenticates the specified request.

Declaration
public void Authenticate(HttpRequestMessage request)
Parameters
Type Name Description
HttpRequestMessage request

Request.

Implements

IAuthenticator
  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy