getAsFormEncodedBodyParameter property

String getAsFormEncodedBodyParameter

Return the value of the access token in the required format for the body of an HTTP-request entity.

Implementation

String get getAsFormEncodedBodyParameter {
  return this._asFormEncodedBodyParameter;
}