Home
last modified time | relevance | path

Searched refs:urlSafeB64Decode (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php379 $signature = Google_Utils::urlSafeB64Decode($segments[2]);
382 $envelope = json_decode(Google_Utils::urlSafeB64Decode($segments[0]), true);
388 $json_body = Google_Utils::urlSafeB64Decode($segments[1]);
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php33 public static function urlSafeB64Decode($b64) { function in Google_Utils