Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Specify api key prefix for renew_token #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/OAuthApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SquareConnect.configure do |config|
# Configure API key authorization: oauth2ClientSecret
config.api_key['Authorization'] = 'YOUR API KEY'
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
#config.api_key_prefix['Authorization'] = 'Bearer'
config.api_key_prefix['Authorization'] = 'Client'
end

api_instance = SquareConnect::OAuthApi.new
Expand Down