Amazon.CognitoIdentity.CognitoAWSCredentials.ClearIdentityCache C# (CSharp) Метод

ClearIdentityCache() публичный Метод

Clears the currently identity id from the cache.
public ClearIdentityCache ( ) : void
Результат void
        public virtual void ClearIdentityCache()
        {
            var settings = ServiceFactory.Instance.GetService<IApplicationSettings>();
            settings.RemoveValue(GetNamespacedKey(IDENTITY_ID_CACHE_KEY), ApplicationSettingsMode.Local);
        }