• 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 KinveyClientRequestInitializer

The class is for initializing of Kinvey client request.

Inheritance
System.Object
KinveyClientRequestInitializer
Implements
IKinveyRequestInitializer
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class KinveyClientRequestInitializer : object, IKinveyRequestInitializer

Constructors

| Improve this Doc View Source

KinveyClientRequestInitializer(String, String, KinveyHeaders)

Initializes a new instance of the class.

Declaration
public KinveyClientRequestInitializer(string appKey, string appSecret, KinveyHeaders headers)
Parameters
Type Name Description
System.String appKey

App key.

System.String appSecret

App secret.

KinveyHeaders headers

Headers.

| Improve this Doc View Source

KinveyClientRequestInitializer(String, String, KinveyHeaders, Credential)

Initializes a new instance of the class.

Declaration
public KinveyClientRequestInitializer(string appKey, string appSecret, KinveyHeaders headers, Credential credential)
Parameters
Type Name Description
System.String appKey

App key.

System.String appSecret

App secret.

KinveyHeaders headers

Headers.

Credential credential

Credential.

Properties

| Improve this Doc View Source

AppKey

Gets the app key.

Declaration
public string AppKey { get; }
Property Value
Type Description
System.String

The app key.

| Improve this Doc View Source

AppSecret

Gets the app secret.

Declaration
public string AppSecret { get; }
Property Value
Type Description
System.String

The app secret.

| Improve this Doc View Source

AuthServiceID

Gets the auth service ID.

Declaration
public string AuthServiceID { get; }
Property Value
Type Description
System.String

The AuthServiceID property gets the value of the string field, _authServiceID.

| Improve this Doc View Source

Headers

Gets the headers.

Declaration
public KinveyHeaders Headers { get; }
Property Value
Type Description
KinveyHeaders

The headers.

| Improve this Doc View Source

KinveyCredential

Sets the Kinvey credential.

Declaration
public Credential KinveyCredential { set; }
Property Value
Type Description
Credential

The Kinvey credential.

Methods

| Improve this Doc View Source

Initialize<T>(AbstractKinveyClientRequest<T>, String)

Initialize the specified request.

Declaration
public void Initialize<T>(AbstractKinveyClientRequest<T> request, string clientId = null)
Parameters
Type Name Description
AbstractKinveyClientRequest<T> request

Request.

System.String clientId

[optional] Client ID.

Type Parameters
Name Description
T

The response type of the request.

Implements

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