File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/Authentication.Abstractions/Interfaces Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,15 @@ IAccessToken Authenticate(
9393 /// </summary>
9494 /// <param name="account">The account to remove credentials for</param>
9595 /// <param name="tokenCache">The TokenCache to remove credentials from</param>
96+ [ Obsolete ( "RemoveUser is deprecated, please use RemoveUser with Azure environment instead." , true ) ]
9697 void RemoveUser ( IAzureAccount account , IAzureTokenCache tokenCache ) ;
98+
99+
100+ /// <summary>
101+ /// Remove any stored credentials for the user of the given context.
102+ /// </summary>
103+ /// <param name="account">The account to remove credentials for</param>
104+ /// <param name="environment">The Azure environment</param>
105+ void RemoveUser ( IAzureAccount account , IAzureEnvironment environment ) ;
97106 }
98107}
You can’t perform that action at this time.
0 commit comments