Skip to content

Commit f1103f2

Browse files
committed
fix bearer
1 parent a7a8a7f commit f1103f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OAuth2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class OAuth2 implements IOAuth2
256256
*
257257
* @see http://tools.ietf.org/html/draft-ietf-oauth-v2-20#section-7.1
258258
*/
259-
const TOKEN_TYPE_BEARER = 'bearer';
259+
const TOKEN_TYPE_BEARER = 'Bearer';
260260
const TOKEN_TYPE_MAC = 'mac'; // Currently unsupported
261261

262262
/**

0 commit comments

Comments
 (0)