diff options
Diffstat (limited to 'app/Core/Security')
-rw-r--r-- | app/Core/Security/PostAuthenticationProviderInterface.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Core/Security/PostAuthenticationProviderInterface.php b/app/Core/Security/PostAuthenticationProviderInterface.php index 3f628bb0..27b7b5cf 100644 --- a/app/Core/Security/PostAuthenticationProviderInterface.php +++ b/app/Core/Security/PostAuthenticationProviderInterface.php @@ -50,15 +50,6 @@ interface PostAuthenticationProviderInterface extends AuthenticationProviderInte public function getSecret(); /** - * Get QR code url (empty if no QR can be provided) - * - * @access public - * @param string $label - * @return string - */ - public function getQrCodeUrl($label); - - /** * Get key url (empty if no url can be provided) * * @access public |