I'm using Deno and Opine to create an API, how to get the data from the parameters sent via the url Get method? It can be with Opine or another library. Parameters i want to get: access_token, refresh_token, token_type Here is an example url: http://localhost:80/auth/confirmation#access_token=QxsDVgs7OqTrS6_7wuIuQNfE&expires_in=3600&refresh_token=XcaYQFJNfgbnsW3BJjY1ug&token_type=bearer&type=signup