mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-14 17:26:11 +05:30
Gave "bearer" a capital "B"
This commit is contained in:
parent
cfbb037e07
commit
4985770d07
@ -163,7 +163,7 @@ class ClientCredentials implements GrantTypeInterface {
|
||||
|
||||
$response = array(
|
||||
'access_token' => $accessToken,
|
||||
'token_type' => 'bearer',
|
||||
'token_type' => 'Bearer',
|
||||
'expires' => $accessTokenExpires,
|
||||
'expires_in' => $accessTokenExpiresIn
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user