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

This class represents LinkedIn credential.

Inheritance
System.Object
AccessToken
OAuth1
LinkedInCredential
Inherited Members
OAuth1.accessTokenSecret
OAuth1.consumerKey
OAuth1.consumerSecret
AccessToken.accessToken
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class LinkedInCredential : OAuth1

Constructors

| Improve this Doc View Source

LinkedInCredential(String, String, String, String)

Initializes a new instance of the LinkedInCredential class.

Declaration
public LinkedInCredential(string accesstoken, string accesstokensecret, string consumerkey, string consumersecret)
Parameters
Type Name Description
System.String accesstoken

Access token.

System.String accesstokensecret

Access token secret.

System.String consumerkey

Consumer key.

System.String consumersecret

Consumer secret.

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