1 | <?php |
||
12 | class ResponseBridge |
||
13 | { |
||
14 | /** |
||
15 | * Copies values from the given Oauth2\Response to a Slim Response. |
||
16 | * |
||
17 | * @param OAuth2\Response $oauth2Response The OAuth2 server response. |
||
18 | * |
||
19 | * @return Response |
||
20 | */ |
||
21 | final public static function fromOauth2(OAuth2\Response $oauth2Response) |
||
38 | } |
||
39 |