Skip to content

Commit 0e7d717

Browse files
committed
Rename Authenticate to Impersonate to distinguish it from other authentication requests
1 parent a1333b1 commit 0e7d717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/corelib/Providers/Rackspace/CloudIdentityProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ public UserAccess GetUserAccess(CloudIdentity identity, bool forceCacheRefresh =
718718
/// <exception cref="NotSupportedException">If the provider does not support the given <paramref name="identity"/> type.</exception>
719719
/// <exception cref="InvalidOperationException">If <paramref name="identity"/> is <c>null</c> and no default identity is available for the provider.</exception>
720720
/// <exception cref="ResponseException">If the authentication request failed.</exception>
721-
public UserAccess Authenticate(RackspaceImpersonationIdentity identity, bool forceCacheRefresh = false)
721+
public UserAccess Impersonate(RackspaceImpersonationIdentity identity, bool forceCacheRefresh = false)
722722
{
723723
if (identity == null)
724724
throw new ArgumentNullException("identity");

0 commit comments

Comments
 (0)