Show / Hide Table of Contents

Class OAuthKey

OAuth key for Alpaca API authentication.

Inheritance
System.Object
SecurityKey
OAuthKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Alpaca.Markets
Assembly: Alpaca.Markets.dll
Syntax
public sealed class OAuthKey : SecurityKey

Constructors

| Improve this Doc View Source

OAuthKey(String)

Creates new instance of OAuthKey object.

Declaration
public OAuthKey(String value)
Parameters
Type Name Description
String value

OAuth key.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX