Params Property
The parameters to be included in the request to the authorization server, or received in the response.
Syntax
public OAuthParamList getParams(); public void setParams(OAuthParamList params);
Remarks
This is a collection of query string parameters to be added in the request when creating the authorization URL. This will also hold the parameters returned in the response.
This property is not available at design time.