mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-27 15:30:24 +05:30
Gave "bearer" a capital "B"
This commit is contained in:
parent
4985770d07
commit
0b55dc4c01
@ -276,7 +276,7 @@ class AuthCode implements GrantTypeInterface {
|
||||
|
||||
$response = array(
|
||||
'access_token' => $accessToken,
|
||||
'token_type' => 'bearer',
|
||||
'token_type' => 'Bearer',
|
||||
'expires' => $accessTokenExpires,
|
||||
'expires_in' => $accessTokenExpiresIn
|
||||
);
|
||||
@ -292,4 +292,4 @@ class AuthCode implements GrantTypeInterface {
|
||||
return $response;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user