The OAuthRefreshResult class contains the parameters, accessToken, refreshToken, and error, all of which are of type string. For a code example, see Auth Exceptions.
The following are constructors for OAuthRefreshResult.
The following are properties for OAuthRefreshResult.
public String error {get; set;}
Type: String