diff options
Diffstat (limited to 'lib/public/Remote/ICredentials.php')
-rw-r--r-- | lib/public/Remote/ICredentials.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Remote/ICredentials.php b/lib/public/Remote/ICredentials.php index bbf753f998a..db8fa9fa109 100644 --- a/lib/public/Remote/ICredentials.php +++ b/lib/public/Remote/ICredentials.php @@ -26,12 +26,14 @@ namespace OCP\Remote; * The credentials for a remote user * * @since 13.0.0 + * @deprecated 23.0.0 */ interface ICredentials { /** * @return string * * @since 13.0.0 + * @deprecated 23.0.0 */ public function getUsername(); @@ -39,6 +41,7 @@ interface ICredentials { * @return string * * @since 13.0.0 + * @deprecated 23.0.0 */ public function getPassword(); } |