diff --git a/src/Auth0.php b/src/Auth0.php index 76237238..f6ab611e 100644 --- a/src/Auth0.php +++ b/src/Auth0.php @@ -311,7 +311,7 @@ public function getAppMetadata() { return $this->user["app_metadata"]; } - private function setUser($user) { + public function setUser($user) { $key = array_search('user',$this->persistantMap); if ($key !== false) {