File tree 1 file changed +9
-0
lines changed
src/Authentication.Abstractions/Interfaces
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,15 @@ IAccessToken Authenticate(
133
133
/// </summary>
134
134
/// <param name="account">The account to remove credentials for</param>
135
135
/// <param name="tokenCache">The TokenCache to remove credentials from</param>
136
+ [ Obsolete ( "RemoveUser is deprecated, please use RemoveUser with Azure environment instead." , true ) ]
136
137
void RemoveUser ( IAzureAccount account , IAzureTokenCache tokenCache ) ;
138
+
139
+
140
+ /// <summary>
141
+ /// Remove any stored credentials for the given user and the Azure environment used.
142
+ /// </summary>
143
+ /// <param name="account">The account to remove credentials for</param>
144
+ /// <param name="environment">The environment which account belongs to</param>
145
+ void RemoveUser ( IAzureAccount account , IAzureEnvironment environment ) ;
137
146
}
138
147
}
You can’t perform that action at this time.
0 commit comments