C# Class BeFriend.AuthTokens

Show file Open project: prajjwaldimri/Friend-App

Public Properties

Property Type Description
TwitterConsumerKey string
TwitterConsumerSecret string

Public Methods

Method Description
KeyRetriever ( ) : System.Threading.Tasks.Task

Method Details

KeyRetriever() public static method

public static KeyRetriever ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Property Details

TwitterConsumerKey public static property

public static string TwitterConsumerKey
return string

TwitterConsumerSecret public static property

public static string TwitterConsumerSecret
return string