ImboUnitTest\EventListener\AccessTokenTest::getAccessTokens PHP Method

getAccessTokens() public method

Get access tokens
public getAccessTokens ( ) : array[]
return array[]
    public function getAccessTokens()
    {
        return [['http://imbo/users/christer', 'some access token', 'private key', false], ['http://imbo/users/christer', '81b52f01115401e5bcd0b65b625258510f8823e0b3189c13d279f84c4eb0ac3a', 'private key', true], ['http://imbo/users/christer', '81b52f01115401e5bcd0b65b625258510f8823e0b3189c13d279f84c4eb0ac3a', 'other private key', false], ['http://imbo/users/christer?t[]=thumbnail%3Awidth%3D40%2Cheight%3D40%2Cfit%3Doutbound', 'f0166cb4f7c8eabbe82c5d753f681ed53bcfa10391d4966afcfff5806cc2bff4', 'some random private key', true], ['https://imbo/users/christer', '81b52f01115401e5bcd0b65b625258510f8823e0b3189c13d279f84c4eb0ac3a', 'private key', false], ['http://imbo/users/imbo/images/foobar?t%5B0%5D=maxSize%3Awidth%3D400%2Cheight%3D400&t%5B1%5D=crop%3Ax%3D50%2Cy%3D50%2Cwidth%3D50%2Cheight%3D50', '1ae7643a70e68377502c30ba54d0ffbfedd67a1f3c4b3f038a42c0ed17ad3551', 'foo', true], ['http://imbo/users/imbo/images/foobar?t%5B%5D=maxSize%3Awidth%3D400%2Cheight%3D400&t%5B%5D=crop%3Ax%3D50%2Cy%3D50%2Cwidth%3D50%2Cheight%3D50', '1ae7643a70e68377502c30ba54d0ffbfedd67a1f3c4b3f038a42c0ed17ad3551', 'foo', true], ['http://imbo/users/imbo/images/foobar?g%5B%5D=maxSize%3Awidth%3D400%2Cheight%3D400&t%5B%5D=crop%3Ax%3D50%2Cy%3D50%2Cwidth%3D50%2Cheight%3D50', '1ae7643a70e68377502c30ba54d0ffbfedd67a1f3c4b3f038a42c0ed17ad3551', 'foo', false]];
    }