asFormEncodedBodyParameter property

String asFormEncodedBodyParameter

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

Implementation

String get asFormEncodedBodyParameter {
  return this._asFormEncodedBodyParameter;
}