Exemplo n.º 1
0
 def _callFUT(self, credentials, expiration, string_to_sign):
     from gcloud.credentials import _get_signed_query_params
     return _get_signed_query_params(credentials, expiration,
                                     string_to_sign)
Exemplo n.º 2
0
 def _callFUT(self, credentials, expiration, signature_string):
     from gcloud.credentials import _get_signed_query_params
     return _get_signed_query_params(credentials, expiration,
                                     signature_string)