Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oauth2/access_token/bearer.cr
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ class OAuth2::AccessToken::Bearer < OAuth2::AccessToken
"Bearer"
end

def authenticate(request : HTTP::Request, ssl)
def authenticate(request : HTTP::Request, tls)
request.headers["Authorization"] = "Bearer #{access_token}"
end

0 comments on commit 059c462

Please sign in to comment.