Show / Hide Table of Contents

Class Tokens.GoogleCredentials

Inheritance
System.Object
Tokens.GoogleCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CommonBotLibrary
Assembly: cs.temp.dll.dll
Syntax
public class GoogleCredentials

Constructors

GoogleCredentials(String, String)

Declaration
public GoogleCredentials(string platformKey, string engineId)
Parameters
Type Name Description
System.String platformKey
System.String engineId

Properties

EngineId

Declaration
public string EngineId { set; }
Property Value
Type Description
System.String

PlatformKey

Declaration
public string PlatformKey { set; }
Property Value
Type Description
System.String
Back to top © 2017 - Borja Canseco