Class SalesforceCredential
This class represents salesforce credential.
Inherited Members
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class SalesforceCredential : OAuth2
Constructors
| Improve this Doc View SourceSalesforceCredential(String, String, String, String)
Initializes a new instance of the SalesforceCredential class.
Declaration
public SalesforceCredential(string access, string reauth, string clientid, string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | access | Access token. |
System.String | reauth | Refresh token. |
System.String | clientid | Client id. |
System.String | id | Identifier. |
Properties
| Improve this Doc View Sourceclient_id
Client identifier.
Declaration
public string client_id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The client_id property gets/sets the value of the string field, _client_id. |
id
Identifier.
Declaration
public string id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id property gets/sets the value of the string field, _id. |