Commits ------- cd40ed4 Added missing method to HTTP Digest entry point Discussion ---------- Added missing method to HTTP Digest entry point Re-submitting to 2.0 branch as it is a bugfix, thanks!
@@ -61,4 +61,14 @@ class DigestAuthenticationEntryPoint implements AuthenticationEntryPointInterfac
return $response;
}
+
+ public function getKey()
+ {
+ return $this->key;
+ }
+ public function getRealmName()
+ return $this->realmName;