class Users \ GoogleWithOpenID


Allows us to get OpenID identity information through Google OAuth2, as described at https://developers.google.com/identity/protocols/OpenID2Migration#adjust-uri


Method Summary

Name Description
getAuthorizationUrl($options = array())
prepareAccessTokenResult(array $result)
safe_base64_decode($input) Decode a string with URL-safe Base64.

public function getAuthorizationUrl($options = array())

Defaults:
options = array()

protected function prepareAccessTokenResult(array $result)


public static function safe_base64_decode($input)

Decode a string with URL-safe Base64.

Parameters:
string - $input A Base64 encoded string
Returns:
string A decoded string