Click or drag to resize
OAuth2RequestValidatorAccessToken Property
Gets or sets the access token.

Namespace:  Intuit.Ipp.Security
Assembly:  Intuit.Ipp.Security (in Intuit.Ipp.Security.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public string AccessToken { get; set; }

Property Value

Type: String
The access token.
See Also