Skip to content

Commit

Permalink
fix bearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mipapo committed Aug 6, 2019
1 parent a7a8a7f commit f1103f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OAuth2.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class OAuth2 implements IOAuth2
*
* @see http://tools.ietf.org/html/draft-ietf-oauth-v2-20#section-7.1
*/
const TOKEN_TYPE_BEARER = 'bearer';
const TOKEN_TYPE_BEARER = 'Bearer';
const TOKEN_TYPE_MAC = 'mac'; // Currently unsupported

/**
Expand Down

0 comments on commit f1103f2

Please sign in to comment.