Click or drag to resize
OAuthResponseAccess_Token Property
Gets or sets the access_ token.

Namespace: InstaSharp.Models.Responses
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string Access_Token { get; set; }

Property Value

Type: String
The access_ token.
See Also