| InstagramApiOAuthResponse Property |
Gets the o authentication response.
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public OAuthResponse OAuthResponse { get; }
Public ReadOnly Property OAuthResponse As OAuthResponse
Get
public:
property OAuthResponse^ OAuthResponse {
OAuthResponse^ get ();
}
member OAuthResponse : OAuthResponse with get
Property Value
Type:
OAuthResponse
The o authentication response.
See Also