1 | <?php |
||
8 | class BearerTokenIntrospectionResponse extends IntrospectionResponse |
||
9 | { |
||
10 | /** |
||
11 | * Add the token data to the response. |
||
12 | * |
||
13 | * @return array |
||
14 | */ |
||
15 | 2 | protected function validIntrospectionResponse() |
|
32 | |||
33 | /** |
||
34 | * Gets the token from the request body. |
||
35 | * |
||
36 | * @return Token |
||
37 | */ |
||
38 | protected function getTokenFromRequest() |
||
45 | } |
||
46 |