We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732add6 commit 54836feCopy full SHA for 54836fe
1 file changed
lib/api/auth_api.rb
@@ -5,7 +5,7 @@ class AuthApi < BaseApi
5
# PATHS
6
OAUTH_PATH = "oauth2/token.json"
7
8
- def get_auth_code
+ def get_auth_token
9
return nil unless verify_user_code && verify_env_vars
10
11
oauth_url = "#{API_URL}/#{API_VERSION}/#{OAUTH_PATH}"
0 commit comments