From 17ff8aec3a0d2e0a520849c42c40a154a0831495 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 22 May 2023 15:37:34 -0500 Subject: initial commit --- vendor/eher/oauth/src/Eher/OAuth/PlainText.php | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 vendor/eher/oauth/src/Eher/OAuth/PlainText.php (limited to 'vendor/eher/oauth/src/Eher/OAuth/PlainText.php') diff --git a/vendor/eher/oauth/src/Eher/OAuth/PlainText.php b/vendor/eher/oauth/src/Eher/OAuth/PlainText.php new file mode 100644 index 0000000..895aeed --- /dev/null +++ b/vendor/eher/oauth/src/Eher/OAuth/PlainText.php @@ -0,0 +1,36 @@ +secret, + ($token) ? $token->secret : "" + ); + + $key_parts = Util::urlencode_rfc3986($key_parts); + $key = implode('&', $key_parts); + $request->base_string = $key; + + return $key; + } +} -- cgit v1.2.3-70-g09d2